I could see, we have two options for integrating twitter in Andriod Apps.
1. Twitter REST Api
2. Twitter Fabric - Twitter Core
what is the difference between both. Is it only the way to access the data is different ?(Twitter REST Api is calling GET request and we get response. and Twitter Core is an SDK, we just call methods and use it.)
Whether Twitter continue its support for both REST Api and Twitter Fabric.
Note: I know about Twitter4J, which is external api which in turn calls REST APi. please don't provide info for Twitter4J. I don't want any info for external library.
Little confusing which one to use. Any help is appreciated.
UPDATE:
I could see single signon as one useful difference. It allows sync the twitter accounts configured in twitter app, which can't be achieved using REST API.