kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

oauth2client support for URL-encoded format of exchange token response (e.g. Facebook) #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some OAuth 2.0 providers respond with a URL-encoded body instead of JSON, e.g. 
Facebook: 
http://developers.facebook.com/docs/authentication/server-side/

These changes add support for URL-encoded body response to a token exchange 
request (step2_exchange method):

http://codereview.appspot.com/6352088

Original issue reported on code.google.com by a...@cloudware.it on 9 Jul 2012 at 12:56

GoogleCodeExporter commented 9 years ago
Fix committed in 
http://code.google.com/p/google-api-python-client/source/detail?r=1116dcf0085d68
e74b7f07243e6bed1c238a6083

Original comment by a...@cloudware.it on 12 Jul 2012 at 8:15

GoogleCodeExporter commented 9 years ago

Original comment by jcgregorio@google.com on 12 Jul 2012 at 12:55