Open invisibleroads opened 11 years ago
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys:
>> data.keys() [u'family_name', u'name', u'picture', u'locale', u'gender', u'birthday', u'link', u'given_name', u'id']
Since email is not available, data['email'] raises KeyError
Using velruse.google.scope = 'opend' also raises the same KeyError.
whoops, if we're letting those be optional then I guess that'll have to be updated
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys:
>> data.keys() [u'family_name', u'name', u'picture', u'locale', u'gender', u'birthday', u'link', u'given_name', u'id']
Since email is not available, data['email'] raises KeyError