Monday, September 16, 2013

Flex - GraphAPI Facebook

http://code.google.com/p/facebook-actionscript-api

Graph Explorer:
https://developers.facebook.com/tools/explorer/

- Get list friends:
'me/friends?fields=work'

https://graph.facebook.com/FriendID?fields=current_location

Related Posts:

  • Flex HintsList Object Properties for(var id:String in object) { var value:Object = object[id]; trace(id + " = " + value); } Application-sandbox content ERROR Solution 1 work on the web and as an app. (apps don't need to allowDomai… Read More
  • Facebook Graph API & OAuth 2.0 & Flash Facebook Graph API & OAuth 2.0 & Flash (update) As previously mentioned, facebook released a new Graph API. It is based on OAuth 2.0 protocol (old authorization token also works). While it is fre… Read More
  • Flex - GraphAPI Facebookhttp://code.google.com/p/facebook-actionscript-api Graph Explorer: https://developers.facebook.com/tools/explorer/ - Get list friends: 'me/friends?fields=work' https://graph.facebook.com/FriendID?fields=current_location … Read More
  • LinkedIn and Flex APIhttp://www.riagora.com/2011/01/air-and-linkedin/… Read More

0 comments:

Post a Comment