-2

I am currently developing a website which helps to post directly on social networks. But I couldn't post to a Google plus profile. I searched the whole Google+ API developer document, but I couldn't find out any api to post in a Google plus profile.

I even tried Google Domains API for posting, but that was too domain restricted. I know some types of Google plus APIs are only available for their partners. I can post to a google plus page, since I have access to that APIs. But how to post in a profile. Is there any other API which is restricted to public for profile posting. I think many applications such as Buffer and Hootsuite can post to Google plus profile.

4

1 回答 1

0

Google+ API目前是只读的。这意味着您不能以编程方式在 google+ 上发布。Google 可能允许某些网站使用私有 API。这不是公开的,我从未见过任何人可以访问它。

您唯一的选择是此处的 Google+ 共享按钮, 这与您正在寻找的内容不相符。

<!-- 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>
于 2018-05-28T06:23:20.787 回答