Reputation: 31
I would like to read my Google Plus Feed with an php site and list all entrys in an array.... Now I found the explanation site of Google
https://developers.google.com/+/api/latest/comments/list
But I dont understand what I have to do?!? Can anybody give me a hint or an example, how to read my own newfeed from google + with an php coded site?
thank you in advance
regards Dennis
Upvotes: 0
Views: 1016
Reputation: 13954
You may also want to check out the Google+ PHP Starter Project, which provides some configure and run code. One of the features demonstrated by this starter project is a list of your public activities.
Upvotes: 1
Reputation: 1901
Well, I think it is better you to use the google-api-php-client which has methods to easily access content on Google Plus from PHP.
Upvotes: 1