daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Obtaining APP Access Token for FACEBOOK APP #410

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use the scores API for FB from FLEX. 
I could find some peice of code on nett that requires me a APP ACCESS TOKEN . I 
am unable to obtain the APP ACCESS TOKEN using the FLEX SDK for FB. Please 
advise. 

Original issue reported on code.google.com by singhalv...@gmail.com on 5 Mar 2012 at 5:12

GoogleCodeExporter commented 8 years ago
App Access Token requires the App Secret, which must not be stored client-side 
as it can be compromised. The proper way to do actions that require the App 
Access Token is server-side.

Original comment by gas...@gmail.com on 18 Aug 2012 at 9:01