如何将代码转换为php sdk格式
转换
https://graph.facebook.com/".$FBId."/apprequests?message=".$msg."&method=post"
到
$this->Facebook->api('/me/permissions/',POST,array(......));
希望我能说清楚
答案 0 :(得分:0)
$that->Facebook->api('/'.$FBId.'/apprequests?message=".$msg."&method=post',POST,array(......));