Search code examples
facebookpermissionsfacebook-ios-sdk

Facebook doesn't ask permissions of users in my iPhone app


I have an iPhone app using Facebook connect. When I test it on the iPhone simulator, because I don't have facebook application installed on the simulator. It runs the facebook webview and ask me permissions and everything works fine.

However, when I try it on my iPhone device, I have the facebook application and it runs my app but doesn't ask me permissions for my app. Then I get facebook didnotlogin.

Anyone know what is the problem? I probably missed something.


Solution

  • My bundle id for native IOS wasn't correct.