Building an app using the Facebook iOS SDK. When testing on the simulator, I am able to log into Facebook (using Mobile Safari) and get a valid auth token. However, when I move to my testing device (iPhone 3gs running 4.3), after authenticating in the Facebook App, it returns with:

fb{APP_ID}://authorize#error=access%5Fdenied&error_reason=user%5Fdenied

Is there something special I need to do on the device or in the Facebook application itself?

link|improve this question

i am also getting the same error. Did clearing the cache solves the problem? – Wan Sep 19 '11 at 6:12
feedback

1 Answer

up vote 2 down vote accepted

Found out that this happens if your Bundle ID in your Facebook Application does not match the one in your iOS application. After updating both to match the same string, the authentication worked as expected. To my Facebook Overlords: this seems like a case where a different error string would be appropriate. Perhaps

Application Bundle ID could not be validated.

or similar.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.