
Platform Update: OAuth 2.0 Spec Migration Required by November 5th, PHP SDK, Video
The last Platform Update to the Facebook Developer Blog announced a mandatory migration to a new spec of OAuth 2.0. It only requires a small code change, but all developers must implement it by November 5th. Facebook also noted that a slightly updated version of the PHP SDK will be released tomorrow, August 9th. This week, Facebook also provided a walk through of how developers can allow users to upload videos to their profiles through an application.
Facebook is currently migrating to OAuth 2.0, a secure authorization protocol that allows applications to keep User IDs and access tokens private when transmitted. All developers must migrate their apps to OAuth 2.0 by October 1st.
Facebook jointly publishes the OAuth spec with Yahoo! and Microsoft. A change to this spec necessitates a changes to Facebook’s auth APIs will also change, which in turn requires a minor change to API calls.
As of November 5th, 2011, auth API calls that previously used included “code_and_token” will instead need to use “code%20token“. All other elements of auth API calls remain identical.
View the Original article