I can't seem to get twitter's oauth api working. Everytime I POST to
http://twitter.com/oauth/request_token, i get a 403 forbidden with the
following body:
errorInvalid request. You didn't supply the oauth_consumer_key
parameter.request/oauth/request_token
I've tried setting consumer key in the form parameters and the
Authorization header. Any idea why this would be happening?
Also, in the oauth 1.0 spec, the only response codes listed are 400
and 401. Why would I be getting a 403?