【问题标题】:How to reply to google plus post using PHP google client如何使用 PHP 谷歌客户端回复 google plus 帖子
【发布时间】:2018-02-05 07:07:04
【问题描述】:

我想使用 php google 客户端向 google plus post 发表评论,但我没有找到任何有关如何执行此操作的文档。请指点我正确的道路。

非常感谢任何帮助。

【问题讨论】:

标签: php google-api google-plus google-client


【解决方案1】:

Google+ API 是只读的。您可以从中选择,但不能使用它发布到Google+ 社交媒体网站。

您可以关闭Google+ share,它基本上只是给您一个用户可以使用的分享按钮。

<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>

<!-- Place this tag where you want the share button to render. -->
<div class="g-plus" data-action="share"></div>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-10-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多