forked from jdub/node-twitter
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Direct Message not working #318
Comments
Same Did you get this working? Everything else is working perfectly. |
No , I didn't check the code to make any changes. |
I will consider that soon...... |
15 days, no response... this repo must be dead... Switching now. |
I hope that library works for you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting err [ { code: 32, message: 'Could not authenticate you.' } ].
client.post('direct_messages/events/new', {
type: 'message_create',
message_create: {
target: {
recipient_id: "89.......",
message_data: {
text: "hi"
}
}
}
})
I have granted all access level required
The text was updated successfully, but these errors were encountered: