-
Notifications
You must be signed in to change notification settings - Fork 566
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
T.get('media/upload') with command: 'STATUS'
returns 400 Bad Request
#463
Comments
ping @ttezel |
I've got the same issue. This is realy weird but it's working fine for me |
@pthieu the first time you gona use my function he will post a
But don't care and let it in your tweet lane and after he will work fine |
@Quenntinne: Due to the architecture of my code, I don't need a long-running instance of a Twitter API client so I ended up using the |
This is a duplicate of #259 |
I have the following code:
Invoked by:
The request completes but I get the following response:
Upon further probing, looks like the request failed:
Looking at the
Twit
docs, this should be the correct way to perform aT.get
.I put
debuggers
in theTwit
code and traced it to this line: https://github.com/ttezel/twit/blob/master/lib/twitter.js#L352Looks like it was a success but the
statusCode
is still400
?I was able to make a request manually using Postman
The text was updated successfully, but these errors were encountered: