I have the oauth authorization with google working correctly and am getting data from the contacts api. Now, I want to programmatically get a gmail user’s first name, last name and picture. Which google api can i use to get this data?
I have the oauth authorization with google working correctly and am getting data from
Share
I found the answer while looking around in the contacts API forum. When you get the result-feed, just do the following in Java-
I am still looking for a way to get the user profile picture.