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

后端 未结 5 460
感动是毒
感动是毒 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条回答
  • 2020-11-28 07:57

    When ever you sign up to developers.facebook.com you get a unique id http://developers.facebook.com/

    Register your app over there and u get a unique app id and secret id you have to use that when you use your facebook sdk for integrating your app

    the fbappname and fbappid then are to be entered in plist which will let you create your session

    0 讨论(0)
  • 2020-11-28 07:58

    This happens when authenticating using iOS6 Accounts API.

    All you have to do to get it working is:

    • log in to the developers.facebook.com
    • set your app to be an iOS Native app
    • type in your app's bundle ID.

    screenshot

    0 讨论(0)
  • 2020-11-28 08:02

    All developers of a particular app, should be known to Facebook. While the application is in Sandbox mode (i.e. developer only access), all every user who want to use the Facebook platform, for testing/developing the application, will have to be added as a developer.

    1. Go to https://developers.facebook.com
    2. Your app
    3. Roles
    4. Add Facebook ID of the developer / administrator

    To know your Facebook ID: findmyfacebookid.com

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-11-28 08:11

    just copy and paste the bundle ID you have in your xcode, into where facebook wants the Bundle ID

    a sample pic is here http://kosovich.org.ua/tmp/facebook_ios6_app_howto.png

    Say for eg, your bundle ID is named com.parse. (e.g. com.parse.myDateApp) but that into bundle ID. And make sure you check the box that says Facebook login

    0 讨论(0)
提交回复
热议问题