Sharing via Facebook via UIActivityViewController does not show all activity items in the share dialog

I added a title, description, image, and URL link to the customer page in the UIActivityViewController activity items, but only the image is displayed in the share dialog. It used to work fine, has there been any update to the UIActivityViewController or facebook interface lately?

+3


source to share


1 answer


From https://developers.facebook.com/docs/sharing/ios#ios-integration :

The use of the iOS shared folder is subject to Facebook platform policy, including section 2.3, which states that apps may not be pre-populated. In a sharing context, this means that apps cannot pre-populate the shareline seed field with content that hasn't been previously entered by people using that app.



It looks like we're out of luck.

+1


source







All Articles