Once I’ve implemented a Twitter Login Button using Fabric for Android, how do I use the authentication data in conjunction with an API call? Say I wanted to do a GET friends/list call, I need authentication so how can I use the authentication information I obtained from the login button to complete the call? Thanks for any help