Facebook SDK - iOS - Fail to share URL (Error 102)

后端 未结 8 1644
说谎
说谎 2020-12-10 02:06

I am trying to integrate a simple URL Share on my App, following the dedicated Facebook tutorial (link)

On my app, I simply click on a button, which displays a dialo

相关标签:
8条回答
  • 2020-12-10 02:15

    I agree with @user3170877. it can't be used like Japan letter and Korean. i recommend only english to use.

    0 讨论(0)
  • 2020-12-10 02:24

    This usually comes from you setting the FacebookDisplayName in your .plist, but what you set there didn't match the name of your app in your app settings on Facebook.

    The value you give in FacebookDisplayName must match what you have set on Facebook.

    0 讨论(0)
  • 2020-12-10 02:24

    There is also a problem with diacritic signs, you can not use it in FacebookDisplayName... for example č, ž, š etc. If you write all without diacritics, it works fine.

    0 讨论(0)
  • 2020-12-10 02:26

    Check Following if error 102 comes

    1. FacebookDisplayName is set properly and correct in plist URL Scheme
    2. fbxxxxxxxxxxx is added in the plist
    3. FacebookAppID is set correctly in plist file
    4. in Status & Review section Make sure you have "Do you want to make this app and all its live features available to the general public?" make as YES (By default it is set as No)
    0 讨论(0)
  • 2020-12-10 02:29

    Login to Facebook Developer account and check Status is live or in Development. If it is in Development then change it to live. This worked for me.

    0 讨论(0)
  • 2020-12-10 02:35

    For me none of this solutions worked. It turned out I just had to delete facebookDisplayName record from info.plist. Stranged but it worked

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