Vincent - 2013-11-09 15:54:35
I can't figure out how to post messages, images, url, videos etc on Google+. I managed to update statuses on Facebook and LinkedIn.
This page explains how to use Google+ API: https://developers.google.com/+/api/#partial-response
I'm not sure on whicht url I need to post data and what the parameters should be.
$success = $client->CallAPI("?????", "POST", array(?????), array('FailOnAccessError' => true, 'ResponseContentType' => ''), $user);
Thank you in advance for your help.