Re: AutoFacebook [Support]
1.3.9h
I've installed:
CEON URI Mapping
Javascript Snow
Categories Dressing (not activated)
Additional Product Images
Image Handler
http://www.akihabaracosplay.com
On Facebook, it's http://www.facebook.com/akihabara.co...00001251347012
My Zencart says my facebook was updated automatically, but I don't see that it's working. :(
Thank you!
Re: AutoFacebook [Support]
Quote:
Originally Posted by
jamielife
K It looks as if Facebook changed their connect proceedure. of course this happened after the application was submitted to Zen Cart.
Anyway heres the fix.
go into your application's settings (same area from steps 5-7) and change the following:
1st you'll see a Migration tab:
Switch "New Data Permissions" to "Disabled"
2nd now click the Connect tab:
and switch your "connect url" to:
http://apps.facebook.com/
I am guessing they have changed their connect procedure again as it looks nothing like the tutorials on your website can you ammend this or give me instructions on how to get this setup please ty
Re: AutoFacebook [Support]
Hi I've just installed Autofacebook2 as instructed everything went ok but when viewing the app it seems as if it is in a loop to load and I discovered this php error log in the facebook folder where the facebook_authorization.php was on my server.
[04-Mar-2011 08:14:12] PHP Notice: Undefined variable: access_token in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 967
[04-Mar-2011 08:14:12] PHP Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user.
thrown in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 532
Any ideas?
Re: AutoFacebook [Support]
Quote:
Originally Posted by
vickula
Hi I've just installed Autofacebook2 as instructed everything went ok but when viewing the app it seems as if it is in a loop to load and I discovered this php error log in the facebook folder where the facebook_authorization.php was on my server.
[04-Mar-2011 08:14:12] PHP Notice: Undefined variable: access_token in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 967
[04-Mar-2011 08:14:12] PHP Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user.
thrown in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 532
Any ideas?
I managed to sort this out and adding a new product works but not on the Facebook page I wanted it to. I have 3 Facebook pages. Is there a way posting to s specific page or multiple pages?
Re: AutoFacebook [Support]
Quote:
Originally Posted by
vickula
I managed to sort this out and adding a new product works but not on the Facebook page I wanted it to. I have 3 Facebook pages. Is there a way posting to s specific page or multiple pages?
You can only post to one page specified, in which you have to put in the Page ID in the field
Code:
$page_id = "Your page ID"; //obtained from running facebook_authorization.php from your browser
Whatever page you add here you must allow the app to connect to it, once complete it will post to the page you entered.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
vickula
I managed to sort this out and adding a new product works but not on the Facebook page I wanted it to. I have 3 Facebook pages. Is there a way posting to s specific page or multiple pages?
Quote:
Originally Posted by
vickula
Hi I've just installed Autofacebook2 as instructed everything went ok but when viewing the app it seems as if it is in a loop to load and I discovered this php error log in the facebook folder where the facebook_authorization.php was on my server.
[04-Mar-2011 08:14:12] PHP Notice: Undefined variable: access_token in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 967
[04-Mar-2011 08:14:12] PHP Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user.
thrown in /home/dalesbut/public_html/shop/facebook/facebook_authorization.php on line 532
Any ideas?
Just a friendly tip it is not wise to add your server account name to this forum or any other forum in which could give a wanna be hacker a reason to slam your server or account
Note: I answered your other request.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
knuckle-101
You can only post to one page specified, in which you have to put in the Page ID in the field
Code:
$page_id = "Your page ID"; //obtained from running facebook_authorization.php from your browser
Whatever page you add here you must allow the app to connect to it, once complete it will post to the page you entered.
I appreciate this but how to I specify which page I want so the facebook_authorization.php can generate the page ID for the desired page? It seems to just do the last page I added to facebook!
Thanks for the other tip too!
Re: AutoFacebook [Support]
Quote:
Originally Posted by
vickula
I appreciate this but how to I specify which page I want so the facebook_authorization.php can generate the page ID for the desired page? It seems to just do the last page I added to facebook!
Thanks for the other tip too!
Can you please state what page you want to add the products to, are you wanting to use the page id generated by the facebook authorization or your personal profile page?
Re: AutoFacebook [Support]
Quote:
Originally Posted by
knuckle-101
Can you please state what page you want to add the products to, are you wanting to use the page id generated by the facebook authorization or your personal profile page?
I have created 3 pages on my facebook account for different things and these are not my personal profile.
No 1 is my shop
No 2 is a community page
No 3 is my catering business
I wanted autofacebook to update Facebook Page No 1 when I add new products to my online webshop but after following all instructions it updated Facebook Page No 3.
I can't see anywhere in the instructions I have followed that lets me select which facebook page on my account I would like to post to, so I'm assuming the facebook_authorization.php generates the page ID for the last page I added to my account.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
vickula
I have created 3 pages on my facebook account for different things and these are not my personal profile.
No 1 is my shop
No 2 is a community page
No 3 is my catering business
I wanted autofacebook to update Facebook Page No 1 when I add new products to my online webshop but after following all instructions it updated Facebook Page No 3.
I can't see anywhere in the instructions I have followed that lets me select which facebook page on my account I would like to post to, so I'm assuming the facebook_authorization.php generates the page ID for the last page I added to my account.
What you want to do is go through the entire process create the page id etc with the facebook authorization file.
Once this is completed you have all your API secret and app id add all that to the proper lines in update_product.php put the page ID of your Shop page instead of the Page ID created in the process, once this is completed saved and uploaded to your ftp go to your application page (profile) and allow the appilication access the Shop Profile page this is all you have to do