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 )
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.
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
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.
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
Source: https://habr.com/ru/post/1381209/More articles:How to display image in Sencha Touch? - extjsWhy does my winforms command display the name of the object, and not the display element that I specify? - listCapturing HTML5 video clip to bitmap - javascriptReentrantLock synchronizes receivers and setters - javaReading a line from a file in C - cFactory method in python - pythonCSS: creating the height and width of a child-div element. X pixels are smaller than the parent element. - htmlWhat happened to this array declaration? - c ++An elegant way to get data.frame collars - rHow to cross two ManyToMany fields with Django Query? - joinAll Articles