FB wall posting OAuthException
问题 i have integrated the feed post PHP-SDK by using the following set of codes $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"