klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 184 forks source link

Support for Twitters August API changes #96

Closed klinker24 closed 6 years ago

klinker24 commented 6 years ago

This PR removes Talon Pull and converts direct messages to use the new direct message event endpoints.

https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/direct-message-migration

These older services are getting deprecated by Twitter.

TODO:

With the new direct message events endpoint, Twitter isn't providing the User object. Only a user id. Talon runs off of User objects, I will need to query for them. When this is done, I will need to save the direct messages to the database through the DMDataSource.

This will close #34.