-
Notifications
You must be signed in to change notification settings - Fork 13
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
What am I doing wrong? #8
Comments
Can you try /2/tweets/:id ? |
same thing
|
You want an actual post id instead of :id. For example |
Same thing
|
Oh I think you are right, |
ah okay when can i expect that? also what's a good endpoint to test out user point of view api access? thanks for your help! |
The release is live! You can update
what do you mean? timelines? |
@santiagomed I have the same issue. FYI: We want to use App auth, we have an in-house tool to post on our X.com account (we are subscriber), majorly media tweets. Just a while ago, I installed the xurl. Here are my output. Please help. $ xurl auth oauth1 --consumer-key "HFnsXXX" --consumer-secret "8XX7Lkmxxx" --access-token "96835xxx" --token-secret "Zdqwxxx"
OAuth1 credentials saved successfully!
$ xurl auth status
OAuth2 Accounts:
OAuth1: Configured
App Auth: Not configured
$ xurl /2/users/me
{
"detail": "Unauthorized",
"status": 401,
"title": "Unauthorized",
"type": "about:blank"
}
xurl --auth oauth1 /2/tweets
{
"detail": "Unauthorized",
"status": 401,
"title": "Unauthorized",
"type": "about:blank"
} |
There seems to be a bug with Oauth1, I will look into it |
Please update and try now! |
The text was updated successfully, but these errors were encountered: