Google api scope (email + plus.login) change


Google api scope (email + plus.login) change
Last month I was using scopes ['email', 'https://www.googleapis.com/auth/plus.login']
['email', 'https://www.googleapis.com/auth/plus.login']
without any issues, now I've started to get warning:
Warning: Scope has changed from "https://www.googleapis.com/auth/plus.login email" to "https://www.googleapis.com/auth/plus.profile.agerange.read https://www.googleapis.com/auth/userinfo.email https: //www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/plus.profile.language.read https://www.googleapis.com/auth/plus.me"
Warning: Scope has changed from "https://www.googleapis.com/auth/plus.login email" to "https://www.googleapis.com/auth/plus.profile.agerange.read https://www.googleapis.com/auth/userinfo.email https: //www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/plus.profile.language.read https://www.googleapis.com/auth/plus.me"
After I changed this, everything is OK but I'm wondering why it's here
https://developers.google.com/+/web/api/rest/oauth#deprecated-scopes
as deprecated? I'm quite lost why it won't work with scopes ['email', 'https://www.googleapis.com/auth/plus.login']
anymore. Is it safe to use or I'm missing something?
['email', 'https://www.googleapis.com/auth/plus.login']
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment