Page 34 of 70 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 695
  1. #331
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default 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!
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  2. #332
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    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

  3. #333
    Join Date
    Sep 2008
    Posts
    16
    Plugin Contributions
    0

    Default 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?

  4. #334
    Join Date
    Sep 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by vickula View Post
    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?

  5. #335
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by vickula View Post
    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.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  6. #336
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by vickula View Post
    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 View Post
    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.
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  7. #337
    Join Date
    Sep 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by knuckle-101 View Post
    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!

  8. #338
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by vickula View Post
    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?
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  9. #339
    Join Date
    Sep 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by knuckle-101 View Post
    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.

  10. #340
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,030
    Plugin Contributions
    13

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by vickula View Post
    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
    Last edited by knuckle-101; 8 Mar 2011 at 11:51 AM. Reason: Spelling and Duplicate Removal
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

 

 
Page 34 of 70 FirstFirst ... 24323334353644 ... LastLast

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR