Twitter Oauth URL encoding inconsistencies?
问题 I'm reading the walkthrough at http://dev.twitter.com/pages/auth but there seem to be an inconsistency in encoding the callback URL. The callback is listed as: oauth_callback - http://localhost:3005/the_dance/process_callback?service_provider_id=11 The signature base string is listed as: POST&...oauth_callback%3D http%253A%252F%252Flocalhost%253A3005%252Fthe_dance%252Fprocess_callback%253Fservice_provider_id%253D11 %26oauth_consumer_key%3D... The callback appears to be double encoded here.