Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid sso_key parameter iOS Gamemaker

When using Facebook implementation facebook says sso_key parameter invalid, the key com.mydomain.oldProvisioningProfile does not match any allowed allowed (repeated twice in actual error haha) bundle IDs. Configure your iOS bundle ID at link. I have the correct bundle ID in my app settings on facebook when I go to the link.

Is there anywhere else I have to change the bundle ID? What else could be going wrong?

like image 663
user2555847 Avatar asked Jul 06 '13 08:07

user2555847


1 Answers

I know it's an old question, however... in xcode, you need to change the Bundle ID in the .plist file. It has to be the same as the one you used to register your app on Facebook. I fixed this and it worked for me.

like image 179
Luciano Avatar answered Sep 21 '22 17:09

Luciano