mattjohnsonpint / DotNetOpenAuth.GoogleOAuth2

DotNetOpenAuth OAuth2 Client for Google
23 stars 18 forks source link

Issue with permission scopes #7

Open petriq opened 9 years ago

petriq commented 9 years ago

Scopes https://www.googleapis.com/auth/userinfo.profile and https://www.googleapis.com/auth/userinfo.email are deprecated. See documentation https://developers.google.com/+/api/oauth.

Replacing scopes are "profile" and "email", but when I add "email" scope your code change it to "https://www.googleapis.com/auth/email" which is invalid scope invalidscope

Fixed in my pull request