문제

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