Closed lidd77 closed 3 years ago
The documentation on that page says (multiple times), "You are strongly encouraged to use a POST for larger requests." Since the endpoint supports it, Tweepy simply uses POST for all requests to the endpoint. This is not a bug.
@Harmon758 could Tweepy can use GET for this ? when we use POST method to get larger requests , Twitter will limit this user's all Tweepy functions which use POST request.
There is no advantage to using GET here. In fact, it's likely that it will cause issues with larger requests to this endpoint. I'm not sure what exactly you're saying is the downside for using POST, but if you're talking about rate limits, they are per endpoint. There shouldn't be any rate limit encompassing all POST requests to all API endpoints.
There is no advantage to using GET here. In fact, it's likely that it will cause issues with larger requests to this endpoint. I'm not sure what exactly you're saying is the downside for using POST, but if you're talking about rate limits, they are per endpoint. There shouldn't be any rate limit encompassing all POST requests to all API endpoints.
Do you mean we can support GET request ? for millions of followers ID , request 100 per 2 seconds , so it's larger requests ?? I mean to divide big number into small number , maybe its not larger request ?
Again, there's no reason to use GET rather than POST for this endpoint.
Hey,
I find tweep do lookup_users with "POST" request style,
but in official Twitter docs , it's "GET" request style .
SO its a bug for Tweepy ?
https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-users-lookup