How to pass authentication app keys when making a request to Twitter API? #1317
slishnevsky
started this conversation in
General
Replies: 1 comment
-
Oh, I got it: POST https://api.x.com/2/tweets HTTP/1.1 { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to pass authentication app keys when making a request to Twitter API?
The only action available for a free plan is to post a tweet.
I have all the required API keys to make a request using Twitter API:
The request endpoint:
POST https://api.x.com/2/tweets HTTP/1.1
Request body is:
{ text: 'Hello, this is my first post!' }
What would be a syntax to make such request?
Beta Was this translation helpful? Give feedback.
All reactions