Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get the Google+ profile picture of an email address?

how can we get the profile pic of google+ only with the email? or in the worse case, get the user id with the email?

We have a list of clients with their emails, and we want to display their profile picture in that list.

Is this posible in Javascript or PHP?

Regards

like image 897
Nixis Innovation Avatar asked Sep 06 '25 23:09

Nixis Innovation


1 Answers

Looks like Google does not allow you to get the profile picture just with the client's email. However, the API does allow.

Related: Find Google+ avatar for given email address without OAuth

like image 187
Jefrey Sobreira Santos Avatar answered Sep 08 '25 11:09

Jefrey Sobreira Santos