Sharing to Stories on Facebook

70 Views Asked by At

I am sharing image stories to Facebook using "Sharing to Stories for Android Developer" and Getting error when i am sharing image :

Error : facebook cannot access this media at the moment. please try again later (last image please check)

https://developers.facebook.com/docs/sharing/sharing-to-stories/android-developers

add dependencies implementation 'com.facebook.android:facebook-share:15.1.0' implementation 'com.facebook.android:facebook-login:15.1.0'

Manifest file: enter image description here

MainActivity: pickImage from gallery on ClickButton using function. enter image description here

MainActivity: onActivityResult function. enter image description here

MainActivity: getImageUri enter image description here

MainActivity: shareData function. enter image description here

Result: In bottom of image as Toast. enter image description here

Kindly help me out! Thanks

1

There are 1 best solutions below

0
On

I got a solution for this:

pass the Uri from onActivityResult like this: shareData(selectedImageUri); and use in shareData modified line this: intent.setDataAndType(uri, "image/jpeg");

If any queries regarding sharing posts/stories/feeds on facebook/instagram/tweeter ping me.