dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Google+ friends list has no IDs, profile URLs, or profile pic URLs #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login with Google+ through Custom-UI project
2. Click Friends
3. Contacts do not have a profile URL or profile image URL, the ID is a URL 
instead of actual user ID

What is the expected output? What do you see instead?
Should have valid ID, profile URL, and profile pic URL

What version of the product are you using? On what operating system?
socialauth-4.4, socialauth-android-3.2

Please provide any additional information below.

This is how all contacts coming back look

org.brickred.socialauth.Contact Object {
email: rt68453@appstate.edu
firstName: 
lastName: 
displayName: 
id: 
http://www.google.com/m8/feeds/contacts/whitney.ellis.champion%40gmail.com/base/
2f355108d4458e
profileUrl: null
profileImageURL: null
emailHash: null
otherEmails: 
}

Original issue reported on code.google.com by whitney....@gmail.com on 24 Jul 2014 at 2:55