dongyuan8024 2018-02-05 07:07
浏览 14

如何使用PHP谷歌客户端回复谷歌加帖

I want to post a comment to google plus post using php google client but I didn't find any documentation for how to do this. Please point me on the right path.

Any help much appreciated.

  • 写回答

1条回答 默认 最新

  • duanou2526 2018-02-05 08:25
    关注

    The Google+ API is read only. You can select from it only you can not use it to post to the Google+ Social media website.

    The closes you can come to is Google+ share which basicly just gives you a share button users can use.

    <!-- 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>
    
    评论

报告相同问题?