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
Original issue reported on code.google.com by
kald....@gmail.com
on 23 Oct 2010 at 5:33