次のコード セットを使用して、フィード ポスト 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) フィード アクション リクエスト制限に達し、/hsphere/local/home/mysite.com/include/3rdparty/facebook-php-sdk/src/facebook.php でスローされました
Uncaught OAuthException: (#210) User not visible が /hsphere/local/home/mysite.com/include/3rdparty/facebook-php-sdk/src/facebook.php でスローされました