Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
249 views
in Technique[技术] by (71.8m points)

ios - Enabling Facebook Breaking Changes Feb 2013: login Does Not Work

I am working on phonegap with ios and using facebook login. but on feb 6, its giving errors to users while login to facebook.

When logging into the app using Facebook - the dialog shows this message: "An error occurred. Please try again later.

I go through fb manual and enable migration in "February 2013 Breaking Changes". it still not worked.

Can any one help me ?

Edited :

I reffer to facebook DOC and found this

"The following change will go into effect on February 6th, 2013: End of custom actions for content consumption 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 solution given over there is to make migration oprion from "disabled" to "enabled" which i do,even they give me confirmation that problem resolved but problem is still on.

Working : Its little surprising but now both of my links working well as describe below in answer.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...