Hi,
I’m trying to connect my iOS app with Facebook with a Mac Maverick, but I’m getting the following error:
FBConditionalLog: System authorization failed:'The Facebook server could not fulfill this access request: remote_app_id does not match stored id '. This may be caused by a mismatch between the bundle identifier and your app configuration on the server at developers.facebook.com/apps.
I took a look at my bundle identifier on the iTunesConnection and my BundleId is: com.[appname]
And i provided the same value on Facebook App Settings.
I also certified that my appleID is right and also tried to use the sample app with appID and nothing is getting right.
Anyone knows how to solve this?
One of my doubts is that my bundleID just has 2 words com and appname and I tried a search in the web and every bundle name has at 3 words: com, companyname and appname. Is is a possible source of error?
Thanks!