[oauth] "%" character in OAuth request token

2010-07-08 Thread Philip Bulley
Google are returning me a request token of “4%252FcMF4t6Bc0i_ojIjMtZ4l1tB3ut4x” which plays havoc with subsequent url encoding! Notice the “%” included in the token. Is Google's implementation at fault here? Should OAuth tokens be URL- safe? -- You received this message because you are subscribe

Re: [oauth] "%" character in OAuth request token

2010-07-18 Thread Ivan Pulleyn
On Thu, Jul 8, 2010 at 3:10 PM, Philip Bulley wrote: > Google are returning me a request token of > “4%252FcMF4t6Bc0i_ojIjMtZ4l1tB3ut4x” which plays havoc with subsequent > url encoding! Notice the “%” included in the token. > > It looks like you've got a double-escape %2F in there. The tokens usu