Skip to main content

Facebook connect with iPhone not working



I have set up two apps with Facebook Connect. The settings were exactly the same except from the App IDs, Bundle IDs, and on my app side, the Facebook Secret keys are different. The first app works perfectly. The second app doesn't.





The error I kept getting is that "Sorry, the application you're using is misconfigured..." I tried to delete the second app on FB and set up new ones and it still doesn't work. For proof of no error in my code, I enter the App ID and Secret of the first app to the second one, and it actually runs.





So does anyone know why? Is it because I could only have at any given point and time, one active Facebook app for one Facebook account? (Which is ridiculous.)





To add, I am simply using ShareKit. There's no magic in what I did.


Comments

  1. Have you changed your Facebook URL scheme in your target configuration?
    It look like you haven't declared it.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?