将async关键字添加到Facebook图形API

时间:2012-11-24 16:01:05

标签: facebook asynchronous

以下为我提供了8秒的页面加载

    $temp_facebook_comments = file_get_contents("https://graph.facebook.com/comments/?ids=" . $comment_page);
$facebook_comments = json_decode($temp_facebook_comments);
$facebook_comments_array = array();
if(isset($facebook_comments->{$comment_page}->comments->data))

我正在寻找一种方法来添加一个异步关键字来推迟facebook加载。

0 个答案:

没有答案