android - Access Twitter API after firebase simple login -


so using twitter authentication mechanism , after successful login able make calls access twitters users information listed here: https://www.firebase.com/docs/android/guide/login/twitter.html

   string username = (string)authdata.getproviderdata().get("username");    string displayname =  (string) authdata.getproviderdata().get("displayname"); 

calls work want able post tweets , not sure how after twitter authentication.

there no real guides in firebase documents appreciated.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -