【发布时间】:2013-02-24 12:46:59
【问题描述】:
我试图从给定时间获得粉丝页面的评论。但似乎since参数被忽略了。
try {
$attachments = array('access_token' => $profile['access_token'], 'since' => strtotime('2013-03-07T18:13:57+0000'));
$comments = $facebook->api("$id/comments", 'GET', $attachments);
print_r($comments);
} catch (FacebookApiException $e) {
error_log($e);
}
这不可能吗?
【问题讨论】:
标签: java facebook facebook-comments