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










0















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 :



enter image description here



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.










share|improve this question




























    0















    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 :



    enter image description here



    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.










    share|improve this question


























      0












      0








      0








      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 :



      enter image description here



      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.










      share|improve this question
















      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 :



      enter image description here



      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 7 at 15:23







      Roberto Tyley

















      asked Mar 7 at 15:17









      Roberto TyleyRoberto Tyley

      16.6k75985




      16.6k75985






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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!






          share|improve this answer























          • 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










          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
          );



          );













          draft saved

          draft discarded


















          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









          1














          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!






          share|improve this answer























          • 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















          1














          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!






          share|improve this answer























          • 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













          1












          1








          1







          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!






          share|improve this answer













          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!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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



















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229