jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
775 stars 237 forks source link

New Direct Message endpoints #231

Closed GreenFootballs closed 5 years ago

GreenFootballs commented 6 years ago

I've been using Codebird for quite a while - thanks for sharing it with the world, it's very useful. Are you planning to support the new Direct Message endpoints? The current ones are being discontinued on June 19, 2018.

Here's the page on migrating to the new endpoints.

mynetx commented 6 years ago

@GreenFootballs Thanks for your question! In fact that’s on our roadmap – we are looking into adding support with the entire current Twitter API footprint. Please keep subscribed to this ticket to get an update once we have something to try out (before June 19!)…

GreenFootballs commented 6 years ago

Thanks, good to know you're on it. I'll stay tuned.

sololance commented 6 years ago

@jublo any update on this? It's already 13 June. Thank you.

FSElias commented 6 years ago

Any news guys?

sololance commented 5 years ago

@jublo it has been almost 3 months at least, we can understand that you can be busy, but I kindly ask you to let us know are you going to update this library or not?

Thank you.

GreenFootballs commented 5 years ago

er...

https://twitter.com/TwitterAPI/status/1029068648000811008

sololance commented 5 years ago

Well, I didn't have much time to dig in this library, however temporary solution for this problem is to use library that support sending as json such as https://github.com/abraham/twitteroauth

FSElias commented 5 years ago

+1

Well, I didn't have much time to dig in this library, however temporary solution for this problem is to use library that support sending as json such as https://github.com/abraham/twitteroauth

GreenFootballs commented 5 years ago

Welp - the deadline is tomorrow for the elimination of the existing DM endpoints, so I guess there's no other option but twitteroauth now.

mynetx commented 5 years ago

@GreenFootballs See 9d14498 for now – beta release to follow.

mynetx commented 5 years ago

https://github.com/jublonet/codebird-php/releases/tag/4.0.0-beta.1

mynetx commented 5 years ago

@GreenFootballs @sololance @FSElias Feedback on this pre-release version will be much appreciated. Thanks for your patience!

FSElias commented 5 years ago

Hello, I have tested the directMessages_events_new method, with text only, text/media, media only, so far no issues

mynetx commented 5 years ago

@FSElias Sounds good! Thanks for helping to test this.