Question

Am i correct in saying that you do not need too use oauth to use the twitter api if your using iOS 6 & using the accounts method to login? I want too use most of the twitter 1.1 api and was wondering best way to authenticate the user.

Was it helpful?

Solution

You don't need to use OAuth (although of course you could) directly, Twitter.Framework already provides this since iOS 5.

You could, though, use (NSURLRequest *)preparedURLRequest, which gives you a OAuth-signed request for you to use at convenience.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top