Forum Discussion
Twitter user_timeline using postman power BI
- 5 years ago
Hi skipper ,
Problem 1:
As far as I know from the official Twitter Developer document, it seems to be inevitable.
"Note: the 24-hour request limit is based on a rolling clock, beginning at the time of the first request and monitored for the next 24 hours."
Problem 2:
"This method can only return up to 3,200 of a user's most recent Tweets."
You can try to add offset parameter in postman about API pagination.
Please refer this simliar issue: How to send more than 100 records using API?
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi skipper ,
Problem 1:
As far as I know from the official Twitter Developer document, it seems to be inevitable.
"Note: the 24-hour request limit is based on a rolling clock, beginning at the time of the first request and monitored for the next 24 hours."
Problem 2:
"This method can only return up to 3,200 of a user's most recent Tweets."
You can try to add offset parameter in postman about API pagination.
Please refer this simliar issue: How to send more than 100 records using API?
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.