Flex secret for session using Facebook API
- by Mike
In this video, it mentioned not to embed the Facebook secret key inside the application, http://www.adobe.com/devnet/facebook/articles/video_facebook_quick_start.html, so I passed null to this function
facebookSession = new FacebookSessionUtil(MYAPI, null, stage.loaderInfo);
but it didn't work. How can I hide my secret key?
In the doc it…