10

I'm getting the following error when attempting to use the ios6 native facebook login

The Facebook server could not fulfill this access request: Temporarily unable to make API calls on behalf of XYZ

The login works fine if I remove the ios facebook user from settings and use the webview style of login rather than the built in ios way. It also works if I don't use the fb test user. I've checked the test user's permissions and it has all the read and write permissions. Are test users not allowed to use the native ios login?

Is this an error on Facebook's servers? How can I further diagnose this?

here's the full error output

2013-03-24 10:45:57.701 HelloFacebookSample[39800:19a03] FBLoginView encountered an error=Error Domain=com.facebook.sdk Code=2 "The operation couldn’t be completed. (com.facebook.sdk error 2.)" UserInfo=0xa288a00 {com.facebook.sdk:ErrorLoginFailedReason=com.facebook.sdk:SystemLoginCancelled, com.facebook.sdk:ErrorInnerErrorKey=Error Domain=com.apple.accounts Code=7 "The Facebook server could not fulfill this access request: Temporarily unable to make API calls on behalf of 10000000" UserInfo=0xa157760 {NSLocalizedDescription=The Facebook server could not fulfill this access request: Temporarily unable to make API calls on behalf of 10000000}, com.facebook.sdk:ErrorSessionKey=<FBSession: 0xa27e530, state: FBSessionStateClosedLoginFailed, loginHandler: 0x0, appID: 20000000, urlSchemeSuffix: , tokenCachingStrategy:<FBSessionTokenCachingStrategy: 0xa2742c0>, expirationDate: (null), refreshDate: (null), attemptedRefreshDate: 0001-12-30 00:00:00 +0000, permissions:(null)>}

I am using a test facebook user that has been added to the testers group of the app

4

2 回答 2

2

我还没有足够的声望来投票,但 MonkeyBonkey 是对的。我遇到了同样的问题,将 Facebook 的测试用户更改为其他“真正的”Facebook 用户,它成功了!!

于 2013-04-19T07:34:50.063 回答
0

只要应用程序设置为“实时”,您就可以使用测试用户登录应用程序。为此,请转到此处https://developers.facebook.com/apps并单击“状态和审查”,然后确保将开关设置为“打开”。如果它是灰色的,只需将鼠标悬停在它上面,它就会告诉你想要让它生效,我错过了联系电子邮件。

如果要创建测试用户,请转到“角色”,然后转到“测试用户”选项卡。

希望对某人有所帮助。

于 2014-05-07T08:51:03.620 回答