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
440 views
in Technique[技术] by (71.8m points)

iphone - iOS 6 Facebook posting procedure ends up with "remote_app_id does not match stored id"

This is my third question about posting on Facebook.

Although this may be a duplicate of Mac OS X Facebook login failed - no stored remote_app_id for app but I decided to post separate question because we have iOS here but not MAC OS.

A few days ago I posted a question iOS 6 Facebook posting procedure ends up with "remote_app_id does not match stored id" error The problem is still the same I can't perform a post but now I've got an error:

error is: Error Domain=com.apple.accounts Code=7 "The Facebook server could not fulfill this access request: remote_app_id does not match stored id." UserInfo=0xa260270 {NSLocalizedDescription=The Facebook server could not fulfill this access request: remote_app_id does not match stored id.}

The code you may find in my previous question.
Does anyone know what's going on?
What is remote and stored app ids?

See Question&Answers more detail:os

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

1 Reply

0 votes
by (71.8m points)

This happens when authenticating using iOS6 Accounts API.

All you have to do to get it working is:

  • log in to the developers.facebook.com
  • set your app to be an iOS Native app
  • type in your app's bundle ID.

screenshot


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

...