I am working on PHP website built with Yii 1 framework.
I want to make articles auto posted to Google Plus business page related to the website.
- I create test business page on Google Plus related to my Google account and website I work on.
- I can authorize myself by getting access token using OAuth2 (authorization of users, I think it's done).
- Now how can I use this access token to post articles from PHP website to Google Plus?
I started from here https://developers.google.com/+/web/api/rest/pages-signup but what is the next step after I complete this form?
How can my PHP code interact with this API?
What request should I send to post to API?