How to post a Tweet using Twitter v2 API? #436
Answered
by
helpermethod
helpermethod
asked this question in
Q&A
-
Hi there! I'm trying to perform a This is how I'm setting up the client (in Kotlin, but this shouldn't make a difference): val twitterClient =
TwitterClient(
TwitterCredentials(
apiKey,
apiSecretKey,
accessToken,
accessTokenSecret,
null,
),
)
twitterClient.postTweet("Hello World!") I suppose there is something wrong with my credentials, but I can't figure out what. |
Beta Was this translation helpful? Give feedback.
Answered by
helpermethod
Mar 1, 2023
Replies: 1 comment
-
Sorry, my fault, everything works perfectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
helpermethod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, my fault, everything works perfectly.