Quote Originally Posted by pcsdesign View Post
The version of Zen Cart is v1.3.9g
Server OS: Linux 2.6.18-194.17.1.el5xen
PHP Version: 5.2.12 (Zend: 2.2.0)

I have installed the Autofacebook, problem; when I run the facebook_authorization.php and it does not return the page's ID and Page's Token needed for update_product.php or it returns the following:
$page_id = ". $pagetoken = $accounts['data'][0]['id'] ."
$page_token = ". $accounts['data'][0]['access_token']."

I have just created the facebook account with Sell Buy Share, not sure what I have done wrong?
I dont know if it can be useful, but
I had same problem, and i was wrong.

In facebook_authorization.php i had to set

$app_location = "http://www.site.com/facebook_authorization.php"

and put file "facebook_authorization.php" on my root directory.

in the standard facebook/facebook_authorization.php form it won't work