iOS 6 Facebook posting procedure ends up with “remote_app_id does not match stored id”

后端 未结 5 464
感动是毒
感动是毒 2020-11-28 07:31

This is my third question about posting on Facebook.

Although this may be a duplicate of Mac OS X Facebook login failed - no stored remote_app_id for app but I decid

5条回答
  •  萌比男神i
    2020-11-28 08:09

    We had the same problem, but since Facebook is changing layouts a lot, I'm posting what solved our problem with pictures again. The solution is similar to Andrew Kosovich's answer, but with new interface there are some changes.

    1. Login to your Facebook Developers and select your problematic app.

    2. Go to app's settings

      Settings screenshot

    3. Check if iOS is already added. If you find iOS section, go to step 4, otherwise add it, by clicking Add platform button.

      Add platform screenshot

    4. Enter correct bundle ID of your application into the appropriate box.

      iOS platform screenshot

    After entering correct details the login with Facebook SDK should work.

    Warning: Do not forget to enable Facebook access to your application in the Settings application of the specific iOS device.

提交回复
热议问题