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

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.


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


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)

Tags:

Ios

Facebook