Mrjndong / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

profile.getEmail() returns URL encoded value #213

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm getting fred.bloggs%40gmail.com - surely this should be decoded?

Thanks.

Original issue reported on code.google.com by healey.b...@gmail.com on 6 Sep 2012 at 6:51

GoogleCodeExporter commented 8 years ago
but I guess if you changed it there'd be a backwards compatibility problem, 
anyway it's easy to do downstream.

Original comment by healey.b...@gmail.com on 6 Sep 2012 at 7:06

GoogleCodeExporter commented 8 years ago
Not meaning to be a nuisance here, but I've just realised that if the 
successUrl is supplied as http:// then the data returned from profile.get* is 
URL encoded, however
if you use https:// the data is decoded. Hope this is of help to someone.

Original comment by healey.b...@gmail.com on 7 Sep 2012 at 5:08