Skip to content Skip to sidebar Skip to footer

Message Is Not Shown In Facebook Share Using ACTION_SEND In Android

I want to share Custom text using ACTION_SEND in Facebook using android, I am using below code, It's just open a Facebook Post Dialog. Text Message is not visible Intent intent = n

Solution 1:

It depends upon Facebook app whether they are accepting text or not via intent,I know they accept images and bitmap files but for text they don't accept it.I've already tried this earlier in one of my own project but couldn't supply text via intent.

The Facebook application does not handle either the EXTRA_SUBJECT or EXTRA_TEXT fields.

This is apparently a Known bug in facebook App. For more information you can follow this link which has several posted threads


Post a Comment for "Message Is Not Shown In Facebook Share Using ACTION_SEND In Android"