Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Legacy APIs must be migrated to new ones within 5 months! #289

Open
inb4ohnoes opened this issue Jan 27, 2018 · 2 comments
Open

⚠️ Legacy APIs must be migrated to new ones within 5 months! #289

inb4ohnoes opened this issue Jan 27, 2018 · 2 comments
Assignees

Comments

@inb4ohnoes
Copy link
Contributor

inb4ohnoes commented Jan 27, 2018

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"...

@nst nst self-assigned this Jan 28, 2018
@share9
Copy link

share9 commented Apr 25, 2018

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."

@nst
Copy link
Owner

nst commented May 16, 2018

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.

However, it looks like that the Account Activity API is based on "web hooks" which is not suitable for app developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants