asifshaon / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

OAuth2LeggedAuthenticator.ApplyAuthenticationToUri(Uri source) adds extra "?" #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce : 

1. Instantiate an OAuth2LeggedAuthenticator object
2. Call ApplyAuthenticationToUri(Uri Source) with a none empty url containing 
the "?" and parameters

The auth parameters should be added to the end of the Uri, but the returned Uri 
contains TWO "?" !!!

Original issue reported on code.google.com by billy.br...@lanec.com on 3 Nov 2011 at 8:44

GoogleCodeExporter commented 9 years ago
Two-legged authentication is an OAuth 1.0 feature, and is currently deprecated, 
see:
https://developers.google.com/accounts/docs/OAuth

Original comment by asky...@google.com on 25 Apr 2012 at 5:51