Google+ API - 朋友圈可见度

Google+ API - Moments visibility

我目前正在研究 Google+ REST API 到 post 到用户的流。 基本要求是:

  1. post 应使用服务器端请求在未经用户审核的情况下创建(用户应在将来代表他授权 post)。
  2. post 必须对所有用户的好友可见。

根据我阅读文档的理解,post在没有实际获得用户许可的情况下访问流是不可能的,但是,创建 'moments' 不需要许可- posting,因此用户在授权应用时应给予他的许可。

由于我没有找到任何内容来解释如何创建对所有用户的朋友可见的时刻 - 熟悉此内容的人可以 API 解释如何确定时刻的可见性以及在哪一步?参考 API 文档也不错,但我没有找到。

谢谢

The moment methods do not write directly to a user's Google+ stream. They instead write to a user's profile, and are not necessarily viewable by others depending on the user's preferred sharing settings.

Manage app activities in Google

在授权期间,用户选择他们的 activity 对谁可见。

一旦获得授权,用户应该能够看到他们的 own activities on Google+,您可以通过点击他们个人资料页面上的应用来查看其他人的活动。