DotNetOpenAuth.GoogleOAuth2
DotNetOpenAuth.GoogleOAuth2 copied to clipboard
Issue with permission scopes
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
Fixed in my pull request