![Picture of Utpal Das Picture of Utpal Das](/graphics/unknown.gif)
Utpal Das - 2013-08-22 10:28:21
Hello, First of all thanks for the script.
I am using the below code to get network updates but when running the code then nothing is displaying on the page. Please help me how can i solve the issue.
$success22 = $client->CallAPI(
'http://api.linkedin.com/v1/people/~/network/updates?type=SHAR',
'GET',
array(
'oauth_access_token' => $client->access_token,
'oauth_secret_token' => $client->access_token_secret,
'scope' => $client->scope,
'format'=>'json',
),
array(
'FailOnAccessError'=>true,
'ConvertObjects' => true,
'Type' => 'Data'
),
$user22
);
print_r($user22);
Thanks in advance.
Regards.