bertrando / facebook-actionscript-api

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

Authenticating as an Application #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
i just read in Facebook (http://developers.facebook.com/docs/authentication/)
and Facebook Forum 
(http://forum.developers.facebook.net/viewtopic.php?id=78257)

that if i want use for example incrementCounter  i need to use this  code:

curl -F grant_type=client_credentials \
     -F client_id=your_app_id \
     -F client_secret=your_app_secret \
     https://graph.facebook.com/oauth/access_token

my question is how to implement it in AS3?

10x.

Original issue reported on code.google.com by kald....@gmail.com on 23 Oct 2010 at 5:33

GoogleCodeExporter commented 9 years ago

Original comment by rovertn...@gmail.com on 7 Oct 2011 at 2:57