GET https://www.googleapis.com/plus/v1/activities?query=cookie%20recipes&orderBy=best&key=[yourAPIKey]
{ "kind": "plus#activityFeed", "title": "Plus Search for cookie recipes", "updated": "2011-09-30T16:57:34.479Z", "id": "tag:google.com,2010:buzz-search-feed:x4rIYTKpR7NZCL8Id8RHXQ", "items": [ { "kind": "plus#activity", “id”: “123”, "title": "You have to try these out.", "object": { "objectType": "note", "content": "I’m baking halloween cookies!", }, { "kind": "plus#activity", “id”: “456”, "title": "Cookies", "object": { "objectType": "note", "content": "Cookies and milk for dinner. Don’t judge me.", }, ]}
GET https://www.googleapis.com/plus/v1/people?query=vic%20gundotra&key=[yourAPIKey]
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]
GET https://www.googleapis.com/plus/v1/activities/{activityId}/comments?key=[yourAPIKey]GET https://www.googleapis.com/plus/v1/comment/{commentId}?key=[yourAPIKey]
Is pubsubhubbub enabled on the new Google+ APIs?
GET https://www.googleapis.com/plus/v1/activities?query=cookie%20recipes&orderBy=best&key=[yourAPIKey]{ "kind": "plus#activityFeed", "title": "Plus Search for cookie recipes", "updated": "2011-09-30T16:57:34.479Z", "id": "tag:google.com,2010:buzz-search-feed:x4rIYTKpR7NZCL8Id8RHXQ", "items": [ { "kind": "plus#activity", “id”: “123”, "title": "You have to try these out.", "object": { "objectType": "note", "content": "I’m baking halloween cookies!", }, { "kind": "plus#activity", “id”: “456”, "title": "Cookies", "object": { "objectType": "note", "content": "Cookies and milk for dinner. Don’t judge me.", }, ]}
How do I apply to the new Google plus APIs?
Is pubsubhubbub enabled on the new Google+ APIs?
ReplyDeleteGET
ReplyDeletehttps://www.googleapis.com/plus/v1/activities?query=cookie%20recipes&orderBy=best&key=[yourAPIKey]
{
"kind": "plus#activityFeed",
"title": "Plus Search for cookie recipes",
"updated": "2011-09-30T16:57:34.479Z",
"id": "tag:google.com,2010:buzz-search-feed:x4rIYTKpR7NZCL8Id8RHXQ",
"items": [
{
"kind": "plus#activity",
“id”: “123”,
"title": "You have to try these out.",
"object": {
"objectType": "note",
"content": "I’m baking halloween cookies!",
},
{
"kind": "plus#activity",
“id”: “456”,
"title": "Cookies",
"object": {
"objectType": "note",
"content": "Cookies and milk for dinner. Don’t judge me.",
},
]
}
How do I apply to the new Google plus APIs?
ReplyDelete