Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top