Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up5.0.0 Release Notes #116
Closed
5.0.0 Release Notes #116
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Google Auth Changes
Google now uses the Google Plus services. More information on the service is located here: https://www.googleapis.com/discovery/v1/apis/plus/v1/rest You will need to update the
The profile object has changed in the following ways:
email
is nowemails
and is an array of objects with the following keys:type
andvalue
name
renamedfirst
andlast
togivenName
andfamilyName
respectivelyLinkedin Auth Changes
The scope changed so that
r_fullprofile
andr_contactinfo
are removed andr_basicprofile
is added instead. This fixes a bug where the contact information wasn't being retrieved. This should only impact your service if you depended on one of the other scopes.