2014-09-03 86 views
1

我怎样才能取代Facebook的帖子搜索,因为它返回了错误'Post search has been deprecated'?Facebook帖子搜索替换

现在我使用:

$result = $FacebookAPI->api('/search', 'GET', array(
     'q' => '#'.HASHTAG, 
     'type' => 'post', 
     'fields' => 'message,caption,object_id', 
     'limit' => 1000 
    )); 

的是,有没有简单的方法来更新代码?

+1

你不能,它只是不可用。 – CBroe 2014-09-03 12:49:15

回答