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
Post a Comment