Share for Twitter automatically from Android? -
this question has answer here:
- post tweet android api 2 answers
is there way share tweet android app automatically (after user's login, , permissions - facebook sdk)?
i searched internet, found 3-4 old not updated 3rd party libs, , no docs any.
thanks!
with can share information other applications, example twitter.
intent intent = new intent(intent.action_send); intent.settype("text/plain"); intent.setflags(intent.flag_activity_new_task); intent.putextra(intent.extra_text, text_to_share); hope helps :)
Comments
Post a Comment