gowds
gowds

Reputation: 11

Twitter bot APIs are not working

Since yesterday, I'm facing an issue where, strangely, twitter APIs are working and sometimes not!

Error:

Bad twitter streaming request: 410
The site streams and user streams endpoints have been turned off. Please migrate to alternate apis.

Is this only me or anyone else is facing this problem?

Upvotes: 0

Views: 111

Answers (2)

abhishake
abhishake

Reputation: 771

Please check this link

Twitter recently announced that they are shutting down some services and endpoints and, to force the developers to use new services and apis, they are flickering the apis periodically. (you can get more information of flicker in the above link)

So, you need to change(upgrade) your apis to avoid the issues you're facing right now.

Upvotes: 1

Roope
Roope

Reputation: 4507

As it says in the error message, the API has been deprecated.

https://twittercommunity.com/t/details-and-what-to-expect-from-the-api-deprecations-this-week-on-august-16-2018/110746

Upvotes: 1

Related Questions