stMind

about Tech, Computer vision and Machine learning

Google PlusのAPI Referenceを読む

Google Plusで何かポストすることは少ないんだけど、プラスワンすることはそこそこあって、せっかくだからプラスワンしたことを取得してtwitterで流せないかなと思ってAPI Referenceを読んでみた。

People
  • Google Plusにおける人の情報
    • 名前、写真、プロフィールURLなど
  • Method
    • get
      • プロフィールの取得
      • GET /people/userId
    • search
      • 公開になっているプロフィールの検索
      • GET /people
    • listByActivity
      • 特定のActivityのユーザーリスト
      • GET /activities/activityId/people/collection
Activities
  • post, checkin, shareのアクション
  • Method
    • list
      • 特定ユーザーのアクションリスト
      • GET /people/userId/activities/collection
    • get
      • アクションを取得
      • GET /activities/activityId
    • search
      • 公開のアクションを検索
      • GET /activities
Comments
  • postされたコメントの情報
  • Method
    • list
      • Activityに対する全コメント
      • GET /activities/activityId/comments
    • get
      • コメントを取得
      • GET /comments/commentId