I\'m developing an Android app and am interested to know how you can update the app user\'s status from within the app using Android\'s share intents.
Having looked
The Facebook application does not handle either the
EXTRA_SUBJECTorEXTRA_TEXTfields.
Here is bug link: https://developers.facebook.com/bugs/332619626816423
Thanks @billynomates:
The thing is, if you put a URL in the
EXTRA_TEXTfield, it does work. It's like they're intentionally stripping out any text.