stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [message] => Sorry, that page does not exist [code] => 34 ) ) )
i got the above replay when i try to execute the following statement.
$followers = $this->connection->get('friends/list');
print_r($followers);
is there any issue or what ? im not able to get the list of freinds pls help me