列出 Google Plus public 页面中的所有活动 PHP
List all activities from a Google Plus public page in PHP
我正在尝试 fetch all of the activities from a user's public page
,但我在 Google API 文档中实际发现的是可以仅从用户的个人资料页面获取那些内容。有什么想法吗?
现在Google+activities.list API works for both profiles and pages. You can try it with +google。
我正在尝试 fetch all of the activities from a user's public page
,但我在 Google API 文档中实际发现的是可以仅从用户的个人资料页面获取那些内容。有什么想法吗?
现在Google+activities.list API works for both profiles and pages. You can try it with +google。