Get google plus search

Hi, how is possible to interface VVVV to the google plus api or to a google plus search like https://plus.google.com/s/fate%20girare ?

I would like to get posts texts and images to show them dinamically.

Thank you.

hi,

you can do this via http requests with the Http (Network Get) & Http (Network Post). Dokumentation of the google api https://developers.google.com/+/api/latest/

Good!
thank you, I’ve also used AsXElement, GetElements for the Json parsing :)

Thank you.