1

I am currently working with an application which has to set a profile image. Can I set the profile image from my primary Gmail account profile image? Recently I've seen an application like that working this way. It takes my profile image of primary Gmail account and sets it in their application. Is it possible to do this? Give me some reference codes please.

Thanks.

xigoa
  • 109
  • 1
  • 5
Jithu P.S
  • 1,843
  • 1
  • 19
  • 32

1 Answers1

-1

You can use Google + API for this see here

All this urls fetch the profile picture of a user:

https://www.google.com/s2/photos/profile/{user_id}
https://plus.google.com/s2/photos/profile/{user_id}
https://profiles.google.com/s2/photos/profile/{user_id}
Community
  • 1
  • 1
Arun C
  • 9,035
  • 2
  • 28
  • 42