Tuesday 17 September 2013

Number of peoples in circles on google plus

Number of peoples in circles on google plus

I try get number of peoples in circles on google plus
$gplus_data =
wp_remote_get('https://www.googleapis.com/plus/v1/people/'.$googleplus_user.'?key='.$api_key);
$gplus_data = json_decode($gplus_data['body'],true);
$gplus_count = $gplus_data['circledByCount'];
and i get error in last line
json object looks like http://pastebin.com/U7heUjB3
whats wrong?

No comments:

Post a Comment