Post to Google Plus

How to send to a Google+ page using Ruby?

By “page” I mean one of the brand’s pages (for example, https://plus.google.com/105033245922189902491/posts )

+4
source share
4 answers

Sorry, the Google Plus API seems to be read-only

From https://developers.google.com/+/api/

Note. The Google+ API currently provides read-only access to public data. All API calls require either an OAuth 2.0 token or an API key.

+8
source

Google Update has just released the new Google+ History API, which allows you to write programmatically on Google Plus Stream

https://developers.google.com/+/history/learn-more

+4
source

You can try this link . Or the plugin form here . They work the same way as they actually do.

It does not use the power of the API, but it can work.

I am working on improving this functionality and has made posting easier.

0
source

There were events, and these guys figured out the way around the read-only part. There is software called Google Plus SecondLife that allows the user to post on Google+ and even has the ability to spoof their location. Here you can watch the video on YouTube.

http://www.youtube.com/watch?feature=player_embedded&v=vBVU_75w6b4

0
source

Source: https://habr.com/ru/post/1381209/


All Articles