$facebook->api('/me/feed', 'post', array(
message => "Test" ,
link => "link",
name => "test",
picture => "test pic",
caption => "test",
description => "test"
));
我得到的错误是 Uncaught OAuthException: (#100) 抱歉,这篇文章包含一个被阻止的 URL
当我在本地主机上运行时不会出现错误,仅当我将代码上传到服务器然后运行它时才会出现