我目前正在开发一个有助于直接在社交网络上发布的网站。但我无法发布到Google plus个人资料中。我搜索了整个Google+ API开发人员文档,但我找不到任何在Google plus配置文件中发布的API。
我甚至尝试使用Google Domains API进行发布,但这太受域限制了。我知道某些类型的Google plus API仅适用于他们的合作伙伴。我可以发布到google plus页面,因为我可以访问这些API。但如何在个人资料中发布。是否有任何其他API仅限于公开发布个人资料。我认为很多应用程序,如Buffer和Hootsuite都可以发布到Google plus配置文件。
答案 0 :(得分:0)
Google+ API目前只读。这意味着你不能以谷歌+编程方式发布它。 Google可能会允许某些网站使用私有API。这不公开,我从来没有见过任何人访问它。
您唯一的选择是Google+分享按钮here,这不是您所需要的。
<!-- 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>