Enabling Facebook Breaking Changes Feb 2013: Login Does Not Work

Enabling Facebook Breaking Changes Feb 2013: login Does Not Work

Solved:

i am able to login now,there is little change in facebook doc for using graph api.
my issue solved by just replacing url from.

"https://graph.facebook.com/oauth/authorize?client_id=404196699634359&redirect_uri=http://www.facebook.com...."

to

"http://facebook.com/dialog/oauth?client_id=404196699634359&redirect_uri=http://www.facebook.com..."

And finally my app workes as before.
special thanks to this
http://developers.facebook.com/bugs/207955409343730?browse=search_5111f1ed718835f53574450

If I enable migrations July 2013 Breaking Changes of my app, then search user by email wouldn't work

As 林果皞 said. This is a bug in the graph API. I filed a bug here:
https://developers.facebook.com/bugs/335452696581712

Updating app for breaking change (non-threaded comments)

My hunch would be that they send out alerts based on the permissions your app uses - my app doesn't interact with any "comments" connections in the graph, but it does have the "publish_stream" and "manage_pages" permissions.

If someone knows otherwise please advise...



Related Topics



Leave a reply



Submit