I am trying to get the tweet info using this request
https://api.twitter.com/1.1/statuses/show/210462857140252672.json
It works perfectly fine but when i try passing the id into the parameter.
https://api.twitter.com/1.1/statuses/show.json?id=210462857140252672
i got error “Could not authenticate you” code “32”
I’m sure nothing wrong with my oAuth cause it works fine when i try the 1st request.
It’s likely still an OAuth issue… when you introduce a query parameter into the OAuth signature generation process, there’s more to do than if it were just appearing in the path as a non-parameter.