Replies: 1 comment
-
I don't think it matters whether you use user-context or app-only auth, the rate limiting is still against your account. use a combination of paging and auto waiting to avoid rate limiting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get followers/friends information. I can use either user-context or app-only authentication. Either will return 15 calls in a 15 min window. But I'm wondering how to combine the two so that I can get 30 calls every 15 minutes? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions