将Facebook图形Url转换为sdk格式

时间:2012-04-30 13:24:55

标签: php facebook facebook-graph-api

如何将代码转换为php sdk格式

转换

https://graph.facebook.com/".$FBId."/apprequests?message=".$msg."&method=post"

$this->Facebook->api('/me/permissions/',POST,array(......));

希望我能说清楚

1 个答案:

答案 0 :(得分:0)

$that->Facebook->api('/'.$FBId.'/apprequests?message=".$msg."&method=post',POST,array(......));