Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post to a Google Plus page

How do I post to a Google+ page using Ruby?

By "page" I mean one of the brand pages (e.g., https://plus.google.com/105033245922189902491/posts)

like image 958
Tom Lehman Avatar asked Dec 16 '22 07:12

Tom Lehman


1 Answers

Unfortunately 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.

like image 186
Miguel Garcia Avatar answered Dec 31 '22 00:12

Miguel Garcia