问题标签 [google-plus-domains]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
209 浏览

php - How to post to google plus profile using api?

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.

0 投票
0 回答
41 浏览

java - Google+ Domains API 将多张照片附加到 Activity

我使用 Google+ Domains API 通过 GSuite 帐户创建帖子。在创建帖子之前,所有照片都应上传到云端。我用这个功能

并存储所有附件

之后,我将所有附件添加到活动并将其发送到 API 方法

我在 Google Plus 上获得了成功的响应,其中包含已创建活动的 ID。

但该帖子仅包含最后附加的mediaId

从此链接创建的有关官方文档的所有功能 https://developers.google.com/+/domains/posts/attaching-media

0 投票
1 回答
59 浏览

php - PHP 谷歌加域 api 删除帖子和评论

我正在一个项目中工作,我正在使用 php Google Plus Api Sdk 显示 Google plus 用户帖子。我有个问题。如何插入帖子和评论?如何删除帖子和评论?

请帮我。

谢谢