The following change will go into effect on February 6th, 2013.
We will no longer show Custom Open Graph actions that were published simply by a user consuming content. If you own one of these actions and it was previously approved, you will have received an email from us. Developers should stop publishing these actions as doing so will return an error starting February 6th. The only actions that can be published upon a user simply consuming content are built-in actions. For more info, see this blog post.
The following changes can be enabled/disabled using the "February 2013 Breaking Changes" migration until February 6th when it will go into effect permanently for everyone.
We will remove the Authenticated Referrals feature. You should instead use the Login Dialog.
Create_event
permission required to remove attendees from eventWe will require the create_event
permission in order to remove attendees from an event a user admins.
admin.getAppProperties
callWhen making an admin.getAppProperties
call, we will now return an empty Android Key Hash field as []
instead of [""]
.
We will start using canonical URLs (e.g. the URL set in an og:url
tag, 301/302 redirects, etc.) when fetching objects (e.g. http://graph.facebook.com?ids=http://developers.facebook.com
).
We will no longer allow the offset
parameter to be used when searching stream posts (e.g. https://graph.facebook.com/search?q=watermelon&type=post
). Please use since
and until
to do paging instead. For more info, check out this blog post.
We will no longer allow the curly bracket syntax ({USER_ID}
) for mentioning users in notifications. Developers should instead use the new syntax (@[USER_ID]
).
We will remove the ability to post to a user's friends' walls via the Graph API. Specifically, posts against [user_id]/feed where [user_id] is different from the session user, or stream.publish calls where the target_id
user is different from the session user, will fail.
If you want to allow people to post to their friends' timelines, invoke the feed dialog. Stories that include friends via user mentions tagging or action tagging will show up on the friend’s timeline (assuming the friend approves the tag). For more info, see this blog post.
The following change can be enabled/disabled using the "Picture as Dictionary" migration until February 6th when it will go into effect permanently for everyone.
We will start returning a dictionary containing the fields url
, height
, width
, and is_silhouette
when accessing the /picture
connection for an object and specifying a callback
property, a redirect=false
parameter, or getting the picture
field as part of a larger JSON response.