I am trying to hide a post with facebook-graph-api.
$mydata = $facebook->api("/$UId_$posId",'POST',array('access_token' => $page_access_token,'is_hidden'=>'true'));
but am getting this error:
Uncaught OAuthException: (#100) Invalid post id
I am trying to hide a post with facebook-graph-api.
$mydata = $facebook->api("/$UId_$posId",'POST',array('access_token' => $page_access_token,'is_hidden'=>'true'));
but am getting this error:
Uncaught OAuthException: (#100) Invalid post id