-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
As per http://code.google.com/apis/accounts/docs/OAuth2Login.html#userinfocall the "picture" field is not included in the response if a picture does not exist.
The current GoogleHandler will therefore throw if a picture doesn't exist.
return
new BasicUserData
{
UserId = jsonObject["id"].ToString(),
UserName = jsonObject["name"].ToString(),
PictureUrl = jsonObject["picture"].ToString()
};
Metadata
Metadata
Assignees
Labels
No labels