Closed GoogleCodeExporter closed 8 years ago
You can pass the UserIP in the parameters. It will be added correctly to the
query string.
Example:
$params = array("maxResults" => 100, "userIp" => $user_ip);
$activity_list = $plus->activities->listActivities($user_id, "public", $params);
Original comment by scaryg...@gmail.com
on 26 Sep 2011 at 9:57
Thanks gerwin! Seems like we can fix this with docs then.
Original comment by ianbar...@google.com
on 22 Mar 2013 at 1:34
Original issue reported on code.google.com by
chirags@google.com
on 23 Sep 2011 at 1:33