Facebook API评论不起作用

时间:2015-01-20 05:25:53

标签: facebook-graph-api facebook-javascript-sdk

我正在使用facebook api对动态帖子发表评论。我的查询是如何从评论框插入数据以及如何发布为评论发布到``

我的代码是

$comment = $facebook->api('/800014063403319/comments','post',array( 
             'message' => $mes 
            ));
              $url = 'http://graph.facebook.com/800014063403319_800586203346105 /photos/all';
            $context = stream_context_create(array(
        'http' => array(
        'ignore_errors'=>true,
        'method'=>'GET'
        ) 
        )); 
       $response = json_decode(file_get_contents($url, false, $context));

0 个答案:

没有答案