For the Google API Scope, access to user's email https://www.googleapis.com/auth/userinfo.email scope has been deprecated according to https://developers.google.com/+/api/oauth#email
So the new scope is "email" instead of the long url.
But what is the difference between scopes "email" and "https://www.googleapis.com/auth/plus.profile.emails.read"?