资 源 简 介
UPDATES
FacebookUtils is now compiled as well as FacebookEvents.
Facebook 2.0 api has been released for download. Legacy users will still be able to use the .swc as they have been.
WHAT IS NEW IN 2.0 BETA
To make a more standardized way to access facebook whether it is from desktop applications, web, or mobile devices, all facebook queries and posts will now all be to
facebooks https://api.facebook.com/methods/xxx. All that will be required is an access token which can be acquired through Oauth 2.0.
When you get this token, you just pass this into your URLVariables as a var access_token=xxx along with your query or post.
This means that all that will change will be how you get your oauth token for all mediums.
More to come soon.
-Spilled-Milk
Introduction
This is a follow up to the original
facebook-actionscript-api
Actionscript 3.0 Client for the Facebook Platform API
Getting Start