Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

looking for twitter api create favorite rate limit

Tags:

twitter

I tried to find information on the maximum number of tweets/statuses you can favor using the twitter api but couldn't find any information.

This is the post to use https://dev.twitter.com/docs/api/1.1/post/favorites/create

Does anyone know the limit?

like image 923
codious Avatar asked Jun 26 '13 09:06

codious


People also ask

What is the Twitter API rate limit?

1500 requests/15-min window (app-auth) 100,000 requests/24-hour window (application level)

Is Twitter Premium API free?

Is there a free version of the Account Activity API? Yes, we offer the sandbox version as a free tier. Our sandbox option is limited to a single webhook with a limit of a maximum of 15 subscriptions. You can read more about the sandbox option in our documentation.


2 Answers

It's not precised but experimentally, it looks like around 1000 per day.

like image 103
codious Avatar answered Oct 06 '22 09:10

codious


Supposedly there isn't one but I've received a message stating this recently.

It's great that you like so many updates, but we only allow so many updates to be marked as a favorite per day. (More info can be found here http://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following)

like image 28
bcackerman Avatar answered Oct 06 '22 08:10

bcackerman