Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upNew APIs for messages #651
Comments
This comment has been minimized.
This comment has been minimized.
pklosko
commented
May 23, 2018
|
Hi, my piggy quick hack due to new API is:
and call
where $parameters is an array mentoined in 3RLikeNoOther's post P. |
This comment has been minimized.
This comment has been minimized.
Langsdorf
commented
May 26, 2018
|
Thank you!! @pklosko |
This comment has been minimized.
This comment has been minimized.
JosephShenton
commented
May 27, 2018
|
Hi @pklosko do you mind creating a fork with your changes please? I do not understand where these changes go. |
This comment has been minimized.
This comment has been minimized.
Langsdorf
commented
May 27, 2018
•
|
@JosephShenton see TwitterOAuth.php twitteroauth/src/TwitterOAuth.php Line 404 in dac8b25 twitteroauth/src/TwitterOAuth.php Line 473 in dac8b25 |
This comment has been minimized.
This comment has been minimized.
JosephShenton
commented
May 27, 2018
|
Yes, but where in it do I put that code and what do I replace
…On Mon, 28 May 2018 at 1:27 am, Thiago ***@***.***> wrote:
@JosephShenton <https://github.com/JosephShenton> see TwitterOAuth.php
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#651 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMXZV8CtMJ0suesmif2nPLxJmYhg9DHMks5t2sX9gaJpZM4UFP6s>
.
|
This comment has been minimized.
This comment has been minimized.
pklosko
commented
May 28, 2018
|
@JosephShenton |
This comment has been minimized.
This comment has been minimized.
pklosko
referenced this issue
Jun 19, 2018
Closed
post a direct message using 1.1/direct_messages/events/new.json #657
This comment has been minimized.
This comment has been minimized.
derikb
commented
Jun 29, 2018
|
Would love it if a fix for this could get into a release. That Twitter DM API change is coming up in August and I'd hate to have to try some workaround. |
This comment has been minimized.
This comment has been minimized.
|
This is now available in v0.9 |
3RLikeNoOther commentedMay 18, 2018
•
edited
Hi,
as you may know Twitter will change APIs for managing messages.
At the moment I'm trying the one to send a message:
https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/api-reference/new-event
Using the code below I get null as result.
Is my code wrong or the library doesn't support these new APIs?
Thanks