pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

removed default scope for google oauth #76

Closed pollend closed 7 years ago

pollend commented 7 years ago

Not sure why this scope is set by default. google has a large list of possible scopes.

https://developers.google.com/identity/protocols/googlescopes

pipacs commented 7 years ago

o2gft is a specialisation for Google Fusion Tables, hence the scope.

What would make more sense (and keep backwards compatibility) is to create an o2google for everything Google, plus reimplement o2gft using it.