I have a big software with thousands of clients. I just thought it would be a nice touch if I could add their google profile picture, just to identify them easier.
I mean, I’m not attempting to hack or intrude anything, I’m just trying to access a low resolution image of their PUBLIC profiles from some URL or API, only using their emails, either to store the pictures or just to request them to display realtime. This has nothing to do with logins or with asking permissions.
What I want is either:
a) an URL I can access via javascript or PHP’s file_get_contents or similar
b) an API I can call via PHP
…so I can loop the entire DB and do this with those who have gmail.
Thank you.