Google+ API追加公開 (検索, コメント, +1, アクティビティ取得)

Google+ でうれしい追加API公開しました。

http://googleplusplatform.blogspot.com/2011/10/google-apis-now-with-search-and-more.html

追加メソッド

activities.search メソッド

共有の投稿内容の検索

1
GET https://www.googleapis.com/plus/v1/activities?query=cookie%20recipes&orderBy=best&key=[yourAPIKey]

people.search メソッド

ユーザの検索

1
GET https://www.googleapis.com/plus/v1/people?query=vic%20gundotra&key=[yourAPIKey]

people.listByActivity メソッド

ActivityID で +1 や共有したユーザの一覧取得

1
2
GET https://www.googleapis.com/plus/v1/activities/{activityId}/people/resharers?key=[yourAPIKey]
GET https://www.googleapis.com/plus/v1/activities/{activityId}/people/plusoners?key=[yourAPIKey]

comments.list メソッド

ActivityID でコメントしたユーザの一覧取得

1
GET https://www.googleapis.com/plus/v1/activities/{activityId}/comments?key=[yourAPIKey]

comments.get メソッド

commentId でコメントを取得

1
GET https://www.googleapis.com/plus/v1/comment/{commentId}?key=[yourAPIKey]
Loading Facebook Comments ...

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください