Android share the text to facebook not shown in the post dialog -
i encounter problem, want share text facebook post message dialog.
my code below:
intent intent = new intent(); intent.setaction(intent.action_send); intent.settype("text/plain"); intent.putextra(intent.extra_text, "post message facebook dialog"); mcontext.startactivity(intent);`
when click button , phone call part code.
then show text app list.
i click facebook app, message not shown in facebook app.
if alter message hyperlink, shown in facebook app correctly.
how send text facebook app in post dialog?
or have other resolve method?
thank much
( facebook app version v1.9.2)
update: if can't post text facebook.
how can delete facebook share item in app share list?
thank much.
the facebook application not handle either extra_text fields https://developers.facebook.com/bugs/332619626816423
android facebook text message
No comments:
Post a Comment