I looked at the code again in update_products and noticed that you put the first line of my code in the wrong spot, it was inside the
so this was never being runPHP Code:if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
Try the new file and see if it finally works.PHP Code:$facebook_add = $_POST['facebook_add'];


Reply With Quote
So, I deleted my app and set up another one, but when I run the facebook_authorization.php script, I get the following error:
