twitter-archive / twitter-kit-ios

Twitter Kit is a native SDK to include Twitter content inside mobile apps.
Apache License 2.0
690 stars 448 forks source link

TwitterKit provides Application-only authentication? #60

Closed charleslima closed 6 years ago

charleslima commented 6 years ago

How can I make an Application-only authentication?

My app there is no user session, I only need to show a hashtag search timeline, but I'm limited of 180 request por 15 minutes, I noticed that I can obtain 450 request per 15 minutes if I use Application-only authentication, how can I do it using TwitterKit?

andypiper commented 6 years ago

Twitter Kit does not support application-only authentication.

Per https://github.com/twitter/twitter-kit-ios/wiki/Log-In-With-Twitter you can either have a user session, or use guest authentication, but in both cases you'll be rate limited at the 180/15 min level.