I am using the Facebook -registration with the PHP-SDK libraries. The registeration processes is working correctly. I am storing the Facebook userid,user_access_token in my user table. I am integrating the Facebook Feed posting for the user reviews in the website.When the user made some reviews we need to update his Facebook Feed (Wall) without asking his FBlogin again, instead we have to use his existing access_token stored in the Database.
I am using the following lines of codes to do so,
$facebook->api("/".$usid."/feed", "post", array("access_token" => $accestoken, "message"=>"Welcome to the site, review ...!"));
But I am always getting the following error:
#200) The user hasn't authorized the application to perform this action thrown in facebook.php on line 543