|
Project Information
|
A Java object for accessing Google+ API. Comes with simple web project to test it out. After installing on your server, go to /rest/person/{id} to get a person. Remaining URLs are in the result of that call, in true "level 3" REST style (http://martinfowler.com/articles/richardsonMaturityModel.html) Functions available: getPerson(id) - returns the basic details of a person. getPosts(id) - returns the last few public posts from a person. getFollowers(id) - returns the list of followers this person has. getFollowing(id) - returns the list of people this person is following. My Google+ profile: http://www.jason-grey.com/+ |