在 Google Plus 中与公共用户和关系数据合作的代码
An unofficial Google Plus API. Right now this consists of the following:
GoogleUtil - functions for parsing the almost-JSON that Google Plus produces PlusPerson - a person entity in Gooogle plus that can be stored to a local mysql DB PlusRelationship - a relationship between people in Google plus. This does not contain any circle context PlusPost - a post to a user's activty stream PostAttachment - encapsulates a media attachment to a post
tests/plususer.php?plusid=xxxxxxxx - demonstrates loading and caching users, as well as traversing the social graph tests/plusactivity.php?plusid=xxxxxxx - demonstrates loading and caching public posts from a user's activity stream
api/getplusperson.php?plusid=xxx - JSON(P) API for retrieving profile data for a person. api/getplusposts.php?plusid=xxx - JSON(P) API for retrieving post activty for a person.
暂无开放 Issues,或尚未同步最近议题。