Zach
Zach

Reputation: 81

Android image sharing app

Hello everyone i need some help. I have a android app that is a gallary and when they choose the image you can press menu share and it will go to a text box and some quotes where they can select a quote or write their own text and then pick where they want to share to.

My problem is that when i try to share to Facebook or MMS it only shows the text and says "unable to attach. File not supported". But when i choose to share with gmail it has the text and image and everything is fine.

I was just wondering if someone has any idea how to fix this, and if so can someone tell me how.

Thanks in advanced,

Zach

Upvotes: 1

Views: 229

Answers (1)

rgrocha
rgrocha

Reputation: 1461

Are you sharing vi an Intent.createChooser(), using the official Facebook app?

The official FB app only allow you to share an url (www.example.com) and it will grab the image and the text from this site before submitting the post.

Upvotes: 1

Related Questions