Why is Twitter quota for app-auth greater for some endpoints and less for others, compared to user-auth?2019 Community Moderator ElectionTwitter image encoding challengeConnect Rails 3 app user account to user's twitter accountTwitter O-Auth BasicsSimple explanation of Twitter rate limits on “per user” and “per app” basisDifference between user and app-only auth?How to use Twitter API for large web app that exceeds REST rate limitsHow to get User Object using Twitter Api in Android SDK?PHP - Twitter API (OAuth) with pagination not working properlyIs it better to store twitter user token or app token for search ?Embedded tweets without popups for like and retweet
Why do newer 737s use two different styles of split winglets?
My adviser wants to be the first author
I am confused as to how the inverse of a certain function is found.
Brexit - No Deal Rejection
What is "focus distance lower/upper" and how is it different from depth of field?
How could a scammer know the apps on my phone / iTunes account?
How to deal with taxi scam when on vacation?
Equivalents to the present tense
How well should I expect Adam to work?
Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?
Have the tides ever turned twice on any open problem?
Why no Iridium-level flares from other satellites?
How difficult is it to simply disable/disengage the MCAS on Boeing 737 Max 8 & 9 Aircraft?
How to explain that I do not want to visit a country due to personal safety concern?
Fastest way to pop N items from a large dict
A diagram about partial derivatives of f(x,y)
What is the adequate fee for a reveal operation?
Do I need life insurance if I can cover my own funeral costs?
How are passwords stolen from companies if they only store hashes?
What is the Japanese sound word for the clinking of money?
As a new Ubuntu desktop 18.04 LTS user, do I need to use ufw for a firewall or is iptables sufficient?
I got the following comment from a reputed math journal. What does it mean?
Meme-controlled people
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
Why is Twitter quota for app-auth greater for some endpoints and less for others, compared to user-auth?
2019 Community Moderator ElectionTwitter image encoding challengeConnect Rails 3 app user account to user's twitter accountTwitter O-Auth BasicsSimple explanation of Twitter rate limits on “per user” and “per app” basisDifference between user and app-only auth?How to use Twitter API for large web app that exceeds REST rate limitsHow to get User Object using Twitter Api in Android SDK?PHP - Twitter API (OAuth) with pagination not working properlyIs it better to store twitter user token or app token for search ?Embedded tweets without popups for like and retweet
Twitter allows developers to use app-auth rather than user-auth, but sometimes the API quotas for app-auth are better than with user-auth, and sometimes they're worse - why is that?
From https://developer.twitter.com/en/docs/basics/rate-limits.html :

In the table above you can see that if you want to search tweets, it's better to use app-auth, but if you want to simply do bulk lookup by id, it's better to use user-auth.
twitter twitter-oauth quota
add a comment |
Twitter allows developers to use app-auth rather than user-auth, but sometimes the API quotas for app-auth are better than with user-auth, and sometimes they're worse - why is that?
From https://developer.twitter.com/en/docs/basics/rate-limits.html :

In the table above you can see that if you want to search tweets, it's better to use app-auth, but if you want to simply do bulk lookup by id, it's better to use user-auth.
twitter twitter-oauth quota
add a comment |
Twitter allows developers to use app-auth rather than user-auth, but sometimes the API quotas for app-auth are better than with user-auth, and sometimes they're worse - why is that?
From https://developer.twitter.com/en/docs/basics/rate-limits.html :

In the table above you can see that if you want to search tweets, it's better to use app-auth, but if you want to simply do bulk lookup by id, it's better to use user-auth.
twitter twitter-oauth quota
Twitter allows developers to use app-auth rather than user-auth, but sometimes the API quotas for app-auth are better than with user-auth, and sometimes they're worse - why is that?
From https://developer.twitter.com/en/docs/basics/rate-limits.html :

In the table above you can see that if you want to search tweets, it's better to use app-auth, but if you want to simply do bulk lookup by id, it's better to use user-auth.
twitter twitter-oauth quota
twitter twitter-oauth quota
edited Mar 7 at 15:23
Roberto Tyley
asked Mar 7 at 15:17
Roberto TyleyRoberto Tyley
16.6k75985
16.6k75985
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is a Twitter API policy and rate-limit question rather than a general programming question appropriate for Stack Overflow so I expect that others may tag this to be closed.
Here's the thing: app-only auth is really intended as a stop-gap or fill-in measure. What I mean by this is, imagine you have 10 users that are all signed in to your app and you are using their tokens to access the API; what if one of these users is super popular and you need a few more calls. You can then use the application-level app-only auth to make a few additional search requests (for example) to "top up" what might run out of requests per user. If you have 10 users that are all super popular, you might use all of the app-level requests to backfill for them quite fast.
Basically you're asking Stack Overflow how Twitter's developer policy and choices work, and this is probably not the best forum for such a conversation. Twitter's developer forums are at twittercommunity.com. Enjoy!
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047158%2fwhy-is-twitter-quota-for-app-auth-greater-for-some-endpoints-and-less-for-others%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is a Twitter API policy and rate-limit question rather than a general programming question appropriate for Stack Overflow so I expect that others may tag this to be closed.
Here's the thing: app-only auth is really intended as a stop-gap or fill-in measure. What I mean by this is, imagine you have 10 users that are all signed in to your app and you are using their tokens to access the API; what if one of these users is super popular and you need a few more calls. You can then use the application-level app-only auth to make a few additional search requests (for example) to "top up" what might run out of requests per user. If you have 10 users that are all super popular, you might use all of the app-level requests to backfill for them quite fast.
Basically you're asking Stack Overflow how Twitter's developer policy and choices work, and this is probably not the best forum for such a conversation. Twitter's developer forums are at twittercommunity.com. Enjoy!
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
add a comment |
This is a Twitter API policy and rate-limit question rather than a general programming question appropriate for Stack Overflow so I expect that others may tag this to be closed.
Here's the thing: app-only auth is really intended as a stop-gap or fill-in measure. What I mean by this is, imagine you have 10 users that are all signed in to your app and you are using their tokens to access the API; what if one of these users is super popular and you need a few more calls. You can then use the application-level app-only auth to make a few additional search requests (for example) to "top up" what might run out of requests per user. If you have 10 users that are all super popular, you might use all of the app-level requests to backfill for them quite fast.
Basically you're asking Stack Overflow how Twitter's developer policy and choices work, and this is probably not the best forum for such a conversation. Twitter's developer forums are at twittercommunity.com. Enjoy!
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
add a comment |
This is a Twitter API policy and rate-limit question rather than a general programming question appropriate for Stack Overflow so I expect that others may tag this to be closed.
Here's the thing: app-only auth is really intended as a stop-gap or fill-in measure. What I mean by this is, imagine you have 10 users that are all signed in to your app and you are using their tokens to access the API; what if one of these users is super popular and you need a few more calls. You can then use the application-level app-only auth to make a few additional search requests (for example) to "top up" what might run out of requests per user. If you have 10 users that are all super popular, you might use all of the app-level requests to backfill for them quite fast.
Basically you're asking Stack Overflow how Twitter's developer policy and choices work, and this is probably not the best forum for such a conversation. Twitter's developer forums are at twittercommunity.com. Enjoy!
This is a Twitter API policy and rate-limit question rather than a general programming question appropriate for Stack Overflow so I expect that others may tag this to be closed.
Here's the thing: app-only auth is really intended as a stop-gap or fill-in measure. What I mean by this is, imagine you have 10 users that are all signed in to your app and you are using their tokens to access the API; what if one of these users is super popular and you need a few more calls. You can then use the application-level app-only auth to make a few additional search requests (for example) to "top up" what might run out of requests per user. If you have 10 users that are all super popular, you might use all of the app-level requests to backfill for them quite fast.
Basically you're asking Stack Overflow how Twitter's developer policy and choices work, and this is probably not the best forum for such a conversation. Twitter's developer forums are at twittercommunity.com. Enjoy!
answered Mar 7 at 16:12
Andy PiperAndy Piper
4,98411635
4,98411635
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
add a comment |
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
Many thanks - I've reposted this to twittercommunity.com/t/… but I appreciate your perspective on the intended purpose of app-auth as a stop-gap measure, which I think was missing from developer.twitter.com/en/docs/basics/authentication/overview/…
– Roberto Tyley
Mar 7 at 16:25
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55047158%2fwhy-is-twitter-quota-for-app-auth-greater-for-some-endpoints-and-less-for-others%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown