Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top