Hello, I’m trying to get the request token for ouath in my backbone router but when the callback is returned it does not respect the HASH in the same order
config: callbackUrl: ‘http://localhost:9300/#oauth’,
success request token: http://127.0.0.1:9300/?oauth_token=[TOKEN]&oauth_verifier=[VERIFIER]#oauth
I’m not totally sure what you’re trying to do will work, but make sure the # symbol is encoded properly as part of your OAuth callback URL.