我已经使用以下代码集集成了 PHP-SDK 后的提要
$attachment = array(
'access_token' => $accestoken,
'message' => "Favorite Restaurant is ".$business['name'].$business['location']['city']."-What is yours? ",
'name' => $business['name'],
'link' => $business['personal_url'],
'description' => "<b>myTaste || real restaurant reviews, share your taste on myTaste</b>",
'picture'=> "http://mysite.com/images/gui/header/mytaste.gif"
);
$facebook->api("/".$usid."/feed", "post",$attachment);
一天一切正常,但今天它显示以下错误代码。
Uncaught OAuthException: (#341) Feed action request limit达到了/hsphere/local/home/mysite.com/include/3rdparty/facebook-php-sdk/src/facebook.php
未捕获的 OAuthException:(#210)用户不可见抛出 /hsphere/local/home/mysite.com/include/3rdparty/facebook-php-sdk/src/facebook.php