Hi Guys I am having a problem with the Facebook ios SDK 3.0.6 beta . I have created a Project using this Facebook SDK and was working ok till the Facebook native iPhone App was not installed.
When I installed the Facebook App I can no longer authorize my App. When I try to authorize, the authorization is done in the Facebook’s native app instead of Safari. I get an error “The operation couldn’t be completed.(com.facebook.FBiOSSDK error 2.)”
I am also receiving this error url:
fb4***2://authorize#error_description=Invalid%2BIOS%2Bbundle%2BID&error=unknown%5Ferror
How can I solve this problem? any idea?
I am using xcode 4.2 in OSX Snow Leopard
It sounds like your settings under developer.facebook.com for the app is incorrect.
Make sure that under your app settings that;
“iOS bundle ID” under “Native iOS App” is set to your apps package name. That way the native app know which app to redirect back to once auth is complete.