Facebook ActionScript API, Version 1.7

117 views
Skip to first unread message

Lanny

unread,
Sep 6, 2011, 6:35:42 PM9/6/11
to facebook-actionscript-api
We are happy to announce the release of version 1.7 of the
ActionScript 3 API for Facebook.

The key update in this release is support for the new oAuth 2.0
authentication model mandated by Facebook. Applications using the
older oAuth 1.0 approach will still work in 1.7, but users are
recommended to update their applications before October 1st to use the
new approach. A subsequent release of the API is scheduled on
September 30 which will remove support for oAuth 1.0 authentication
completely. All code samples have been updated to use oAuth 2.0.

To migrate your applications to use the new approach, update the
application settings on Facebook.com (Advanced > Migrations), and then
change the property name "perms" in the login options object to
"scope" in the authentication calls in your application code.

-- Previous Approach --
var loginOptions:Object = {perms: "publish_stream, user_photos"}
Facebook.login(loginCallback, loginOptions);

-- New Approach --
var loginOptions:Object = {scope: "publish_stream, user_photos"}
Facebook.login(loginCallback, loginOptions);

Also included in this release is support for the Facebook batch API to
process multiple calls in a single request, and patches for several
bugs:
* The nextPage and prevPage methods now return an instance of
FacebookRequest
* FQL errors gracefully, rather than throwing an error
* Fixed a minor locale bug

As always, please direct any questions or feedback to the Facebook AS3
API Google group.

Thank you!

Khaled Garbaya

unread,
Sep 7, 2011, 9:20:36 AM9/7/11
to facebook-actionscript-api
Great Thank you

Rajesh Chawla

unread,
Sep 8, 2011, 12:24:50 PM9/8/11
to facebook-actionscript-api
Minor clarification...
On the Facebook Advanced / Migrations tab, should both of these
settings be changed to enabled?

Encrypted Access Token
and
Forces use of login secret for OAuth call and for auth.login

Regards,
Rajesh

andrewbruce01

unread,
Sep 24, 2011, 11:25:31 PM9/24/11
to facebook-actionscript-api
I was looking at the new Timeline method and "actions" and "objects"
model facebook is rolling out Oct. 1. Will the AS3 api provide access
to these features?
Message has been deleted

kurt grung

unread,
Sep 29, 2011, 10:29:49 AM9/29/11
to facebook-actionscript-api
Hi

Could anyone please confirm -

Does the Facebook AS3 API Version 1.6.1 Support OAuth 2.0 or will I
need to update to Facebook AS3 API Version 1.7 ?

Thanks allot!
Kurt

Khaled Garbaya

unread,
Sep 29, 2011, 12:18:24 PM9/29/11
to facebook-act...@googlegroups.com
you will need to update to 1.7 

--
You received this message because you are subscribed to the Google Groups "facebook-actionscript-api" group.
To post to this group, send email to facebook-act...@googlegroups.com.
To unsubscribe from this group, send email to facebook-actionscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/facebook-actionscript-api?hl=en.




--
------------------------------------------------------
Cordialement,
Khaled Garbaya
Flash Master and PHP Senior Developer

kurt grung

unread,
Sep 29, 2011, 12:35:37 PM9/29/11
to facebook-actionscript-api
thank you for confirming! cheers
> *Khaled Garbaya*
Reply all
Reply to author
Forward
0 new messages