Hello,
I want to make request to the Twitter api to send direct messages, i’m having trouble since i have a error 401. I have severals questions :
-
Does POST requests to send dm requires “Application-only authentication” and therefore this process with the bearer token : https://developer.twitter.com/en/docs/basics/authentication/overview/application-only ? Or does it requires this process much more complicated : https://developer.twitter.com/en/docs/basics/authentication/guides/authorizing-a-request ?
-
Do i need to send more than one request to post a dm ?
Thank you very much