Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Khaledgarbaya/action-script-3-graph-api
an updated version of the https://code.google.com/p/facebook-actionscript-api/ to work with Facebook Graph API 2.0
https://github.com/Khaledgarbaya/action-script-3-graph-api
Last synced: 3 months ago
JSON representation
an updated version of the https://code.google.com/p/facebook-actionscript-api/ to work with Facebook Graph API 2.0
- Host: GitHub
- URL: https://github.com/Khaledgarbaya/action-script-3-graph-api
- Owner: Khaledgarbaya
- License: mit
- Created: 2014-05-26T15:22:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T13:46:14.000Z (almost 10 years ago)
- Last Synced: 2024-06-23T23:41:43.602Z (5 months ago)
- Language: ActionScript
- Size: 359 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - action-script-3-graph-api - an updated version of the https://code.google.com/p/facebook-actionscript-api/ to work with Facebook Graph API 2.0 (API / Other API)
README
Actionscript 3.0 graph api ( Coming SOON)
==========================an updated version of the https://code.google.com/p/facebook-actionscript-api/ to work with Facebook Graph API 2.0
I added the version support and by that I fixed the graph api URL so the new one will be
https://graph.facebook.com/v2.0/Sample Code
-----------
Facebook.init(applicationId,
callback,
{version:"2.0"},
accessToken
);//if you don't specify the version , 2.0 will be the default value