tags:

views:

12

answers:

0

Hello all, I have used the following code:

if($facebook->api_client->Users_hasAppPermission("status_update"))
{
     $facebook->api_client->Users_setStatus("Hi there");
}

but it does not running successfully.

So help me and take me out of this problem....pls pls

related questions