I am trying to integrate Twitter using Fabric into my Android app, and I am having few issues, which I can’t find answer to in the Fabric documentation.
1) I need to be able to log-in the user programatically, meaning from a button I create, not the xml button provided in the docs. What code do I need?
2) If the user comes to my app again later, after he already has approved of logging in with Twitter, do I need to log in again programatically, if for example I want to post a tweet from code?
3) Can I check programatically using the twitter apis if the user is logged in?
If any of the above has any documentation, please point me to it