Page 1 of 8 123 ... LastLast
Results 1 to 10 of 695

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default AutoFacebook [Support]

    This is the official thread for the AutoFacebook mod recently made available in the add-ons section at http://www.zen-cart.com/index.php?ma...oducts_id=1623.

    The modification allows you to automatically update your facebook's buisness page everytime you add a new product.

    AutoFacebook has only been tested on English (one language) Zen Cart 1.3.8 with php 5.3 however it should work fine as long as you're using php > 5.

    Also please make sure you're server supports JSON

    Hope ya like it

  2. #2
    Join Date
    Mar 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    hi...
    i got thir error after click "" link

    API Error Code: 100
    API Error Description: Invalid parameter
    Error Message: Param fbconnect must be a boolean
    pls refer attachments for refference.
    thanks.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	autofbook01.gif 
Views:	981 
Size:	5.3 KB 
ID:	7414   Click image for larger version. 

Name:	autofbook02.gif 
Views:	657 
Size:	2.2 KB 
ID:	7415  
    My Online Store
    Sumri (The Founder)

  3. #3
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    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/

  4. #4
    Join Date
    Mar 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Thanks.
    Successfully configures.
    But I get this error after adding product.

    Warning: include_once(facebook/php/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145

    Warning: include_once() [function.include]: Failed opening 'facebook/php/facebook.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145

    Fatal error: Class 'Facebook' not found in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 147
    My Online Store
    Sumri (The Founder)

  5. #5
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    try changing (around) line 149 of your update_product.php file in the admin/includes/modules folder
    where you see
    PHP Code:
    include_once 'facebook/php/facebook.php'
    to:
    PHP Code:
    include_once 'includes/modules/facebook/php/facebook.php'

  6. #6
    Join Date
    Mar 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    try changing (around) line 149 of your update_product.php file in the admin/includes/modules folder
    where you see
    PHP Code:
    include_once 'facebook/php/facebook.php'
    to:
    PHP Code:
    include_once 'includes/modules/facebook/php/facebook.php'
    same result :
    Warning: include_once(includes/modules/facebook/php/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145

    Warning: include_once() [function.include]: Failed opening 'includes/modules/facebook/php/facebook.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 145

    Fatal error: Class 'Facebook' not found in /home/vshopgr9/public_html/admin/includes/modules/update_product.php on line 147
    My Online Store
    Sumri (The Founder)

  7. #7
    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

  8. #8
    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?

  9. #9
    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?

  10. #10
    Join Date
    Dec 2009
    Location
    Tilbury, Essex
    Posts
    6
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    hi jamie heres another for you to ponder over soory for this but as i said i new to this

    message reads

    API Error Code: 100
    API Error Description: Invalid parameter
    Error Message: When enabling the profile selector, an app may not request permissions that do not apply to all profiles in the selector. Note: You are seeing this message because you are a developer of this application. For regular users, inapplicable permissions are silently ignored


    thanks again

    john craftyhobbiesuk.com

 

 
Page 1 of 8 123 ... 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