You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter is turning off many legacy APIs, including:
User Streams
Site Streams
GET direct_messages
GET direct_messages/sent
GET direct_messages/show
POST direct_messages/destroy
STTwitter should be updated to take advantage of the new set of APIs by June 19th. Otherwise existing endpoints this library provides will become broken. If STTwitter will not be updated, I believe this library should be marked "unsupported"...
The text was updated successfully, but these errors were encountered:
As of April 6, Twitter announced the following: https://twitter.com/TwitterDev/statuses/982346370882461696
"Last year we announced our plan to retire Site Streams & User Streams, and replace them with the Account Activity API (currently in beta). We are delaying the scheduled June 19th deprecation date.
As always, we’re committed to providing ample time to migrate. We will provide at least 90 days notice of deprecation date from when the Account Activity API becomes generally available to all developers. More specifics on timing to come.
Developers currently using Site Streams and User Streams can review how to migrate to the Account Activity API with our migration guide.
As a reminder, developers who want beta access to the Account Activity API can still apply."
Legacy Twitter APIs should be marked as deprecated in STTwitter. I'll do it myself or accept pull requests for that.
The new Twitter APIs called Account Activity should be implemented. For now I understand that developers must register, which I did not. I'll accept pull requests, or implement the relevant methods when the API is becomes generally available to developers.
Twitter is turning off many legacy APIs, including:
User Streams
Site Streams
GET direct_messages
GET direct_messages/sent
GET direct_messages/show
POST direct_messages/destroy
STTwitter should be updated to take advantage of the new set of APIs by June 19th. Otherwise existing endpoints this library provides will become broken. If STTwitter will not be updated, I believe this library should be marked "unsupported"...
The text was updated successfully, but these errors were encountered: