Topic: Google gdata authsub API
i am trying to access logged user information like first name, last name, email id andurl of image. I also want to access logged user contects information. I have written a program but that program can not give user's last name, image url and also return me only 25 contacts list.
Feed feed = googleService.getFeed( url, Feed.class );
can some body help me?
Author: ROHAN
Topic Replies (0)