Dennis Weidmann
Dennis Weidmann

Reputation: 31

Google plus get Comments with PHP Code

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

Answers (2)

mimming
mimming

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

0xd
0xd

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

Related Questions