I am trying to get an OAuth request token from Twitter with a GET request. I'm not sure if this is possible, but I generate my parameters with this: http://oauth.googlecode.com/svn/code/javascript/example/signature.html
I leave the consumer secret, token, and token secret fields blank. HTTP method is GET. I hit generate, it gives me the normalized parameters, and I copy/paste that in after the URL in my browser like this: https://api.twitter.com/oauth/request_token?
+ normalized parameters
. However, I keep getting the error "Failed to validate oauth signature and token".
Is this impossible, or am I doing something wrong?
それが不可能な場合、純粋な JavaScript を介してリクエスト トークンを取得する別の方法はありますか? (セキュリティは気にしません)
ありがとう!