I'm creating a posting system for facebook and it's all right, except for one thing. When I uncheck facebook for the system I'm doing, some functions do not work, however much I pass the user or page access token.
I am using a Facebook SDK library for Codeigniter :
//METODO, POINT, PARAMS, TOKEN
$query = $this->request('get', '/'.$idPage, null, $row->token);
What it returns me is:
You must provide an access token.
I need to run because the system will have CRON
and need to make the posts on the page without the user being logged in
The permissions I'm getting are:
- manage_pages
- publish_pages
- pages_show_list
- public_profile
- publish_actions
- user_managed_groups
- user_posts
- user_likes