【发布时间】:2014-03-11 00:52:45
【问题描述】:
我的应用程序具有在 google plus 上分享的功能。 我的应用程序不允许用户使用谷歌登录。 是否可以在不使用 google plus 登录的情况下在 google plus 上发帖?
【问题讨论】:
-
没有。他们需要登录才能在 Google plus 上发帖。想象一下,如果您访问的每个网站都能够以您的名义发布
标签: ios google-plus
我的应用程序具有在 google plus 上分享的功能。 我的应用程序不允许用户使用谷歌登录。 是否可以在不使用 google plus 登录的情况下在 google plus 上发帖?
【问题讨论】:
标签: ios google-plus
Google API 使用OAuth 2.0 进行身份验证和授权。如果您未经授权,您将无法做任何事情——这是安全问题。下面是a great official guide,介绍如何正确登录 Google Plus 并使用不同的 API 功能。
因此,您必须启用通过 Google 登录或禁用共享功能的可能性。
【讨论】: