desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 238 forks source link

Direct Message not working #318

Open vardhanapoorv opened 5 years ago

vardhanapoorv commented 5 years ago

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

MarcGodard commented 5 years ago

Same

Did you get this working?

Everything else is working perfectly.

vardhanapoorv commented 5 years ago

No , I didn't check the code to make any changes. I used a different library https://github.com/ttezel/twit

MarcGodard commented 5 years ago

I will consider that soon......

MarcGodard commented 5 years ago

15 days, no response... this repo must be dead... Switching now.

vardhanapoorv commented 5 years ago

I hope that library works for you