Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8702293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:37:01+00:00 2026-06-13T02:37:01+00:00

Question related to the API limits, It might be something I’m just missing, not

  • 0

Question related to the API limits, It might be something I’m just missing, not sure though:

If I do this:

 twit.showUser(ids, function(error, response) {
   console.log(response)
 }

Where {ids} is an Array, with length < 100, all is well.

When I do the same and IDs is > 100, it fails.

This is based on:
https://dev.twitter.com/docs/api/1.1/get/users/lookup

And specifically:

for up to 100 users per request

Is this somehow managed in ntwitter module or do I need to manage this outside? if so, any recommendation on how to manage that?

Or, outside of the node-ntwitter module, how would you recommend solving this in a clean way if I want to send back a composite json of all responses from showUser() ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T02:37:03+00:00Added an answer on June 13, 2026 at 2:37 am

    for up to 100 users per request

    means you can only request 100 ids at a time. You can run a for-loop with an increase of 100:

    for(var i = 0; i < ids.length; i + 100) {
      requestIds = ids.slice(i, i+99)
      twit.showUser(requestIds, function(error, response) {
       console.log(response)
     }
    }
    

    (untested)

    As it’s node.js, you might want to have it asynchronous. Check out forEachLimit and forEachSeries.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Question related to PHP memory-handling from someone not yet very experienced in PHP: If
Another question related to this one . I have a List<SortableObjects> that is the
I faced this puzzle question[ related to data structure ] in a coding competition.
I have a question related to this one . I don't want to do
This question is related to a number of other questions on oAuth on the
This question is related to Stackoverflow Question -> Access licence number for UPS When
This is related to this question: Django return json and html depending on client
This is related to question Java Appengine APPSTATS causing java out of memory error
The code related to this question is here: https://github.com/jchester/lua-polarssl/tree/master/src Currently I'm trying to wrap
This question is related to another thread, you can read here: Forms authentication with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.