Quantcast
Viewing all articles
Browse latest Browse all 4126

Edited Issue: Verify infinite loop at Token.ExecuteSinceMaxQuery() [1779]

When using SinceMaxQuery it appears that it will iterate over all the tweets which should (I assume) not happen.

- Check if a since_id exist in the method_url.
+ If not throw an exception
+ If it exist iterate until a specific value of count
- Handle Http error 429 which informs that too much request have been performed

Viewing all articles
Browse latest Browse all 4126

Trending Articles