Share for Twitter automatically from Android? -


this question has answer here:

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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -