Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
module, attempting to override the default callback URL with an
explicit one as per the 1.0A specification changes. I'm not entirely
sure if it's a bug with the module or just me being dumb, but after I
changing the code from:
request_token_url // is set to: 'https://www.twitter.com/oauth/
request_token'
as the URL posting to (which works) to:
request_token_url + '?oauth_callback=' + encode(callback)
where 'callback' could be something like 'http://www.google.com', I
get a 401 response code with a "Failed to validate oauth signature and
token" error message.
Any hints in the right direction would be much appreciated. Thanks in
advance!
[0]: https://github.com/ciaranj/node-oauth
--
Have you visited the Developer Discussions feature on
https://dev.twitter.com/discussions yet?
Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi
Unsubscribe or change your group membership settings:
http://groups.google.com/group/twitter-development-talk/subscribe