0

I'm new to API programming and I need some help.

I have a JAVA application that needs to use twitter API to send a request and get the response for specific data.

For example sending tweet ID and get video or image URL.

My question is that assuming the app will be used by 10,000 people daily with 1 Key for the API call, will there be any problem for my application to send and get the request from Twitter API?

I saw online that there are some limits for APIs calls, for example, your API key can't call more than 100 times daily, if so how it will work for my application if I have 1 key that will be used by 10,000 people from different location and countries.

Thanks in advance.

Kshitij Saraogi
  • 6,821
  • 8
  • 41
  • 71
user7453632
  • 35
  • 1
  • 5
  • Refer https://stackoverflow.com/questions/10219664/twitter-api-rate-limit-for-multiple-users?rq=1 – Mrityunjay Jan 22 '17 at 14:00
  • Possible duplicate of [Twitter API Rate Limit for Multiple Users](http://stackoverflow.com/questions/10219664/twitter-api-rate-limit-for-multiple-users) – rghome Jan 22 '17 at 14:15
  • that still not answering my question: If my app has 1 consumer and token key that been used by 10,000 people daily but each person send and get around 10 requests to the API ( total 10,000 * 10 = 100,000 requests ) ,, will that affect my consumer or token key to be shutdown ? – user7453632 Jan 22 '17 at 15:40

0 Answers0