How can I get profile picture of GMail user who haven't joined Google Plus?
I have application that enables authentication of users using Google. Normally, I retrieve their profile picture using Plus API like:
https://www.googleapis.com/plus/v1/people/<user_id>?fields=image&key=<token>
This works for majority of users, however I noticed it returns 404 for users who haven't joined G+ even though they have profile picture.