Quote Originally Posted by infogate View Post
Suggested solutions

1. Double check that you provide the correct token to application
2. Double check the following information are corect before run the facebook_authorization.php

//edit with your info
$app_id = "xxxxxxxxxxxxx"; //given when you created app
$app_secret = "YYYYYYYYYYY"; //given when you created app
$site_url = "http://www.yourdomain.com/facebook_authorization.php"; //full path to location of this file.


3. Double check that you provide correct information to the update_product.php

//AutoFacebook
$app_id = "xxxxxxxxxxxx"; //given when you created app
$app_secret = "YYYYYYYYYYYY"; //given when you created app
$page_id = "KKKKKKKKKKKKK"; //obtained from running facebook_authorization.php from your browser
$page_token = "VERY LONG STRING YOU GET FROM facebook_authorization.php"; //long number obtained from facebook_authorization.php

4. Double check Application ---> Settings ---> Migrations ---> ON

If you follow all the above and try not to mix the information from page_id and page_token with other pages you might created in facebook everything will work perfect.

Checked again and everything looks correct but issue still exist.

The only two reasons I can think of are:

In demo video when author created FB app it did not ask him to select category which is required now.

When I open facebook_authorization file first time to authorize app it shows on top "manage_pages" feature not available as it require approval. But later on it shows app will control "Manage pages"

So I think issue is probably here.