How to post on google plus using public API key (I want to post every activity generated on my site to post on my Google+ page)

穿精又带淫゛_ 提交于 2019-12-11 20:43:43

问题


Is there any way to post on google plus using public api key. I dont want to go for client id and secret method as that needs user consent and I want to post every activity on google plus automatically as soon as it is generated.

I checked reading of public posts by this

https://www.googleapis.com/plus/v1/people/{user_id}/activities/public?key={public API key}

Thats working fine as expected but my need is to post on my g+ page using API key Please help me out in this or is there any third party library in python which can do the same thing for me like we do in twitter(tweepy)


回答1:


You can not automatically post activities to Google+ (Unless you have a Google Apps for Business account). You can either use moments.insert which can be inserted programmatically, or you have to use the embeddable share button.



来源:https://stackoverflow.com/questions/24399608/how-to-post-on-google-plus-using-public-api-key-i-want-to-post-every-activity-g

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!