简体   繁体   中英

How to reply to google plus post using PHP google client

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.

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>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM