Facebook Sdk - iOS - Fail to Share Url (Error 102)

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.

ios Facebook SDK share error on ios9

I research on this issue. I got to know about setting in Facebook developer portal,

Go to your app's settings under the Facebook developer portal.
Go to open graph > types
Choose the action type using and turn on "User Generated Images" for that action type. Save these settings and try again. It will work.

refernce:( SarpErdag )
https://stackoverflow.com/a/17681364/5349267

Adding Facebook iPhone SDK to Project = 102 error and build failed

I was able to get this working by doing the following:

  1. Double-click the application name under "Targets"
  2. Click on "Build"
  3. Under "Header Search Paths" add .. ../../Frameworks/fbconnect-iphone/src

You have to work from the TARGET rather than Project > Project Settings.

How come this DOES NOT WORK when, per the instructions, I set the "Header Search Paths" information via "Project > Project Settings"?

iOS Facebook posting using Open Graph fails - error Code 102

The answer to this is same as what Ming Li suggested, and has been derived from this.

Before FB app approval by Facebook, one needs to add test users to perform actions related to permissions.

facebook error code 102

i was using the API key from one of my other apps. Changed the API key and the bad session problem was resolved.



Related Topics



Leave a reply



Submit