Hi,
Did you read correctly the doc? According to it: “User timelines belonging to protected users may only be requested when the authenticated user either “owns” the timeline or is an approved follower of the owner.”
So either you use the “sign in with twitter”, so when you execute your requests, you have the user limit & not the app limit.
https://dev.twitter.com/docs/rate-limiting/1.1
According to the above doc, to get the 300 limit, you have to use “application-only authentication”: “When using application-only authentication, rate limits are determined globally for the entire application”
O
Cheers,