Advertisement
BedHeadBernie

Untitled

Jul 27th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1.  
  2.  
  3. Developers
  4. Forums
  5.  
  6. Twitter Developers
  7.  
  8. We’d like to notify you of some important changes to the Twitter API platform that are coming up, and to help you understand what it means.
  9.  
  10. We have postponed the retirement date of Site Streams, User Streams, and legacy Direct Message endpoints, giving developers more time to use the Account Activity API and complete their migration. These services and endpoints will now be deprecated on Thursday, August 16, 2018.
  11.  
  12. Last April we announced many changes coming to our platform including replacing existing endpoints with improved versions. We’ve been steadily launching new APIs and on December 19th we announced that we would be deprecating a few services after six months. Developers using Site Streams, User Streams and legacy Direct Message endpoints have three additional months for migration, beyond the original retirement date of June 19th 2018. These services and endpoints will now be shut down on Thursday August 16, 2018.
  13.  
  14. User Streams
  15. Site Streams
  16. GET direct_messages
  17. GET direct_messages/sent
  18. GET direct_messages/show
  19. POST direct_messages/new
  20. POST direct_messages/destroy
  21.  
  22. We have new endpoints and services available that provide similar access and, for Direct Messages, some additional functionality:
  23.  
  24. Account Activity API enterprise and premium
  25. GET direct_messages/events/list
  26. GET direct_messages/events/show
  27. POST direct_messages/events/new
  28. POST direct_messages/events/destroy
  29.  
  30. Now that a version of the Account Activity API that delivers a full set of activities is generally available, the beta that delivered only Direct Messages will also be deprecated on August 16th, 2018.
  31.  
  32. For developers who got access to the Account Activity API beta via the developer portal, we are changing the number of subscriptions available for free to 15, down from the 35 that was available during the beta. Additionally, your beta access has automatically been upgraded to the free, premium (sandbox) Account Activity API. You will see this in the developer portal and you don’t need to change anything in your code or portal. These changes are effective today.
  33.  
  34. To help you make a smooth migration to these new endpoints and services we have two migration guides:
  35.  
  36. Account Activity API migration guide for those going from User Streams and Site Streams to our new webhooks based service
  37. Direct Message migration guide for those migrating between Direct Message REST endpoints
  38.  
  39. If you are building solutions that ingest data and respond in Direct Messages we also have a Building a Customer Engagement Application on Twitter playbook.
  40.  
  41. And, finally, we have code samples to further your understanding and help you get started quickly:
  42.  
  43. The Account Activity Dashboard is a sample Node.js web app with helper scripts to get started with the Account Activity API.
  44. SnowBot is a sample chatbot using the Account Activity API and REST Direct Message endpoints. It’s written in Ruby, uses the Sinatra web app framework, and is deployed on Heroku.
  45.  
  46. Over the next few months we will notify developers, on a regular cadence, about these changes:
  47.  
  48. We plan to follow up via email with impacted developers who have not yet migrated to remind them of the upcoming changes
  49. On Twitter we will Tweet from @TwitterAPI and @TwitterDev on a regular basis
  50. Additionally, you may see promoted Tweets as we try to reach developers who are on Twitter, but not at the time we Tweet
  51. Our content and documentation on developer.twitter.com has been updated
  52. To drive additional targeted awareness to developers, we will continue to use our community forums
  53.  
  54. For follow-up questions, we encourage you to use the appropriate categories on the forums, and to add relevant tags to your postings such as directmessages, account-activity, or webhooks:
  55.  
  56. Premium APIs
  57. REST APIs
  58.  
  59. Also, we’re excited to see what you build - please feel free to share any code examples and libraries that you create with the rest of the developer community!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement