我目前正在开发一个网站,帮助直接在社交网络上发布。但我无法发布到Google plus个人资料。我搜索了整个Google+ API开发人员文档,但我找不到任何可以在Google plus个人资料中发布的API。
我什至尝试了Google Domains API进行发布,但这太受域限制。我知道某些类型的Google plus API仅适用于他们的合作伙伴。我可以发布到谷歌加页面,因为我可以访问该API。但是如何在个人资料中发布。是否有任何其他 API 仅限于公开用于个人资料发布。我认为许多应用程序,如Buffer和Hootsuite可以发布到Google plus个人资料。
Google+ API 目前是只读的。 这意味着您无法以编程方式发布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>