Since basic auth has been deprecated, is the official android twitter app using OAuth?
It still asks for my userid & password & I’m wondering how they are retrieving the oauth token ?
Since basic auth has been deprecated, is the official android twitter app using OAuth?
Share
Sounds like they could be using xAuth – http://dev.twitter.com/pages/xauth. It’s an alternate method of authenticating via OAuth. xAuth access is restricted to approved applications, you can’t use it unless Twitter says you can.