1

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

Kara
  • 6,115
  • 16
  • 50
  • 57
ruba
  • 147
  • 1
  • 2
  • 7
  • Try this: http://stackoverflow.com/questions/17704409/how-to-hide-page-post-using-facebook-api/18569846 – matteojug Sep 02 '13 at 09:41

0 Answers0