Skip to content Skip to sidebar Skip to footer

Android-facebook Sdk: Unable To Share Photo, Dialog Not Showing

This is my first time using the Android-Facebook SDK. I am trying to post a bitmap but I keep on getting this message: Warning: Error: com.facebook.FacebookException: Failed to cop

Solution 1:

Finally got it to work!

In the provided HelloFacebookSample project I saw this in the manifest:

<providerandroid:authorities="com.facebook.app.NativeAppCallContentProvider355198514515820"android:name="com.facebook.NativeAppCallContentProvider"android:exported="true"/>

I simply changed the number part using my own Facebook application ID. Not sure why I didn't see this in the documentation.

EDIT Found this afterwards: https://developers.facebook.com/docs/reference/android/current/class/NativeAppCallContentProvider/

Post a Comment for "Android-facebook Sdk: Unable To Share Photo, Dialog Not Showing"