Facebook php sdk4 and app -
i'm developing laravel package post on facebook. code responsible obtaining , storing access token of page post link besides test makes operation correctly app have created test fb . problem create app on facebook put production , second app facebook created the same configuration work when publishing gives me following error: (# 200 ) user hasn 't authorized application perform action . this code snippet use testing . public function gettest(){ //$accesstoken = new accesstoken($this->getparam('token')); try { $page_post = (new facebookrequest($this->session, 'post', '/'.$this->getparam('page_id').'/feed', array( 'access_token' => $this->getparam('token'), 'link' => 'link', 'description' => 'hola mundo desde laravel', 'picture' => 'link/img.png', ...