Page 40 of 70 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 695
  1. #391
    Join Date
    May 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Hi i have try looking through the forum.
    Reinstall a few time.
    but i still get this.


    Notice: Undefined offset: 1 in F:\HostingSpaces\snowbeau\mytakshop.com\wwwroot\facebook_authorization.php on line 956

    Fatal error: Uncaught CurlException: 60: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed thrown in F:\HostingSpaces\snowbeau\mytakshop.com\wwwroot\facebook_authorization.php on line 599

    Hope some one can help.
    Thanks alots

  2. #392
    Join Date
    May 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by WHOSYOURDADDY View Post
    ***IMPORTANT UPDATE FOR THOSE WHO MANAGE SEVERAL FACEBOOK PAGES***


    1. Run this link in your Browser. Please replace ~URL~ with your connect URL (Facebook Application dialog) and ~APPID~ with your application ID


    You will need to add https// to the following links




    If done correctly you get your zen cart with the URL Parameter Access Token

    2. This URL will return to you a URL parameter access_token.
    3. Save the token somewhere;
    4. Load This URL. Replace ~TOKEN~ with the token received from Facebook at point 2.



    5. As a result you will get the json with all your pages and all access tokens. Save them somewhere;

    Once you have this data it is simple going into the update_product.php at lines 88-92 and change them according to the information associated with the specific page that you want to mod to post to.

    Test to make sure it works

    I have tested it on 1.3.9f with the latest version of Jamielife's mod with success

    Good Luck
    hello
    does that mean? connect with your URL (Facebook Application dialog)

    my English is not very good, so please explain easy

    thank you very much

  3. #393
    Join Date
    Jul 2008
    Posts
    116
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I have installed this mod and it is working fine, with the exception that it is posting to the wrong Facebook page.

    I've gone through this entire thread, followed the guide included with the mod, followed the simple guide from knuckle-101 at http://www.zen-cart.com/forum/showpo...&postcount=284

    Also followed the advice from whoseyourdaddy at http://www.zen-cart.com/forum/showpo...&postcount=156

    For the life of me I can't get an access token that is associated with the Facebook page id on which like the updates posted.

    Any help would be greatly appreciated. Thanks.

  4. #394
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Question for the author. This shows the regular price on FB. Sometimes we'll put a new item with an introductory sale price. Is there a way for FB to show the regular and sale price? I'm not sure how it can be done since you have to create the product first.

  5. #395
    Join Date
    Sep 2010
    Posts
    64
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Has anyone got this to work for an update of an existing product yet? I have a client that has a 2 part product process that doesn't jive with just posting a new product.

    is their a page similar to update_product.php for when the products get updated.

  6. #396
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    92
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I updated my password on facebook and now get the following error in Zen Cart when I insert a new product:


    Facebook Error: Error validating access token: The session has been invalidated because the user has changed the password.

    Anyone know how to resolve this issue - can't see it in the FAQ

    Thanks

    paul
    Paul
    ######################################################################
    http://kiwisouvenirs.com/

  7. #397
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by pstarling View Post
    I updated my password on facebook and now get the following error in Zen Cart when I insert a new product:


    Facebook Error: Error validating access token: The session has been invalidated because the user has changed the password.

    Anyone know how to resolve this issue - can't see it in the FAQ

    Thanks

    paul
    Just re-run the facebook_authorization.php to get a new access token and everything will be OK.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #398
    Join Date
    Jul 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    First of all would like to say thanks for creating this mod.

    One question though I am using the AutoFacebook Lite version and as asked by a couple of people already in this thread. How do you modify it so that the gross price is posted to your Facebook account instead of the net price? As per this fellows post.

    Quote Originally Posted by Hobby Link View Post
    Hi Jamie.

    Installation V2 on 1.3.8a works a charm.

    Quick question - what do I need to tweak in the code for the price to be quoted INCLUDING tax on facebook? Currently quotes excluding tax which is a bit backwards for the Aussie market. I can see it creating confusion!

    I saw this reply.

    Quote Originally Posted by jamielife View Post
    I'm not too familiar with all the zencart tax stuff but I would imagine find:
    PHP Code:
        $price $products_price
    around line 101 of your update_product.php file and change it to:
    PHP Code:
        $price $_POST['products_price_gross']; 
    I think that should do it.
    But this does not work as all I get is a blank white page when I insert the product.

    So I tried using :

    PHP Code:
        $price $products_price_gross
    And this seemed to partially work. As in the blank white page did not come up and at the top of the admin page it said "Facebook was successfully updated!" However when I go to my Facebook page the product is listed perefectly but there is no price listed. As in only the $ symbol is showing with no price after it.

    So does anyone know how I can correct this issue?

    Any assistance will be greatly appreciated.

    Thanks.

  9. #399
    Join Date
    Sep 2005
    Location
    New Zealand
    Posts
    92
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    @Countrycharm - Thanks worked a treat

  10. #400
    Join Date
    Jun 2009
    Posts
    63
    Plugin Contributions
    0

    help question Re: AutoFacebook [Support]

    I am having problems getting this to work

    {
    "error": {
    "type": "OAuthException",
    "message": "Error validating application."
    }
    }


    i get this error when i run facebook_authorization.php

    any suggestions.

    Thanks Lexxe

 

 
Page 40 of 70 FirstFirst ... 30383940414250 ... 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