This week we published how-tos for optimizing your social plugins and using the Graph API to upload videos on iOS.
In order to be compliant with the OAuth spec we are making changes to our auth APIs. As part of this update, we will be deprecating 'code_and_token
' and need developers to use 'code%20token
'. Everything is identical, just replace '_and_
' with encoded <space> '%20
'.
For example, this call:
http://graph.facebook.com/oauth/authorize? client_id=YOUR_APP_ID &redirect_uri=YOUR_APP_URL &response_type=token &response_type=code_and_token
Will need to change to:
http://graph.facebook.com/oauth/authorize? client_id=YOUR_APP_ID &redirect_uri=YOUR_APP_URL &response_type=token &response_type=code%20token
Developers are required to make this change by November 5th, 2011. We have updated the Developer Roadmap to reflect this.
We will update the PHP SDK to leverage the recent changes to the JavaScript SDK by Tuesday, August 9th. We have updated our Developer Roadmap to reflect this.
We updated the FQL documentation for the object_url table.
90 docs are under review.
Bugzilla activity for the past 7 days:
Developer Forum activity for the past 7 days: