Results 1 to 10 of 695

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    When running the facebook_authorize.php I get the following error and cannot proceed to the success page to get the page's ID and page's token

    {
    "error": {
    "type": "OAuthException",
    "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration."
    }
    }
    here is the info that I have entered as per instructions

    1. on facebook created application: http://www.facebook.com/apps/applica...37653992944479

    2. Facebook Application Web Site: Site URL: http://www.my-chef.org/cart/
    Site Domain: my-chef.org

    3. Facebook Intergration: uncheck users and checked Facebook Pages left everything else blank

    4. I get my Application ID" and "Application Secret"

    5. I insert those values into the facebook_authorize.php and upload to temp directory http://my-site.org/facebook/ and run file

    The error quoted above is the return from running the script.

    Does anyone have any suggestions as to what I have done incorrectly and maybe able to assist me in correcting this error?

  2. #2
    Join Date
    Oct 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by WHOSYOURDADDY View Post
    When running the facebook_authorize.php I get the following error and cannot proceed to the success page to get the page's ID and page's token



    here is the info that I have entered as per instructions

    1. on facebook created application: http://www.facebook.com/apps/applica...37653992944479

    2. Facebook Application Web Site: Site URL: http://www.my-chef.org/cart/
    Site Domain: my-chef.org

    3. Facebook Intergration: uncheck users and checked Facebook Pages left everything else blank

    4. I get my Application ID" and "Application Secret"

    5. I insert those values into the facebook_authorize.php and upload to temp directory http://my-site.org/facebook/ and run file

    The error quoted above is the return from running the script.

    Does anyone have any suggestions as to what I have done incorrectly and maybe able to assist me in correcting this error?
    Did you add your domain to the application settings under "WebSite" inside the facebook app?

    4. For now we need to click "Web Site" on the left and edit our "Site URL" and our "Site Domain".
    The Site URL is simply your store's web address followed by a '/' forward slash. So it should look something like "http://mystore.com/"
    Your Site Domain is just your domain name 'dot' whatever and could look like "mystore.com". No "http://", no "www.", and no "/"

  3. #3
    Join Date
    Oct 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Thank you for your response Yes I have added as instructed the domain name in the Web Site tab of the application (image(s) attached for verification) as well as for the Facebook Integration

    code from the facebook_authorization.php which is uploaded into the directory facebook on the my-chef.org site

    //edit with your info
    $app_id = "137653992944479"; //given when you created app
    $app_secret = "2724333d3ea0a08ec5149cd4b0db8a88"; //given when you created app
    $app_location = "http://my-chef.org/facebook/facebook_authorization.php"; //full path to location of this file. see step 7
    //no need to edit below this line
    Note in rerunning the script again I now have received a success along with page id and page token.

    I'm not sure what was going on but I am sure happy for the positive results.

    Thank you for your response!!!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	fb_app-web-ste.jpg 
Views:	150 
Size:	19.1 KB 
ID:	8036   Click image for larger version. 

Name:	fb_app-fb-intergration.jpg 
Views:	161 
Size:	32.6 KB 
ID:	8037  

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by WHOSYOURDADDY View Post
    Thank you for your response Yes I have added as instructed the domain name in the Web Site tab of the application (image(s) attached for verification) as well as for the Facebook Integration

    code from the facebook_authorization.php which is uploaded into the directory facebook on the my-chef.org site



    Note in rerunning the script again I now have received a success along with page id and page token.

    I'm not sure what was going on but I am sure happy for the positive results.

    Thank you for your response!!!
    Glad you got it work out., but never put your actually facebook
    app_id number, app_secret number down so other people can see it, Big mistake. I would delete that application and make another one if this is your actual numbers.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #5
    wifi-online Guest

    database error Re: AutoFacebook [Support]

    Error Facebook Error: (#100) description parameter length invalid

    I need to know because when I actualize a item, zencart send me this error!
    thanks.
    Attached Images Attached Images  

  6. #6
    Join Date
    Mar 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by wifi-online View Post
    Error Facebook Error: (#100) description parameter length invalid

    I need to know because when I actualize a item, zencart send me this error!
    thanks.
    Did you ever find a solution to this problem? I just installed the module a few days ago and shortly after added 6 new products and everything worked perfectly. However NOW when I add new products I am getting the issue you mentioned and the products are NOT appearing in my facebook page...any clues? Thanks in advance

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by serafina View Post
    additional information about my post earlier, I was using Easy Populate to add products without any error. I have tested again to adding product manually and there is an error: "Facebook Error: Error validating application".
    Did you download autoFacebook lite? You cant just change a line in the old autoFacebook it can be downloaded from htmyell.com


    Quote Originally Posted by Defanci View Post
    Hi jamielife,

    I am at http://apps.facebook.com/storeupdater but not able to select page on "Please select the page you want to add to Zen-Cart:" there is no page for me to select, please help. BTW, I wasn't able to get the Auto Facebook 2 to work, so do I have to remove those Auto Facebook 2 files that I have uploaded to my store ?
    Do you have a page set up on facebook via your main account?

    Quote Originally Posted by jessybgud View Post
    Did you ever find a solution to this problem? I just installed the module a few days ago and shortly after added 6 new products and everything worked perfectly. However NOW when I add new products I am getting the issue you mentioned and the products are NOT appearing in my facebook page...any clues? Thanks in advance

    Are you using autoFacebook 2? or Light? I Couldn't find that post, but are you usuing any other mods that let you edit the description?

  8. #8
    Join Date
    Oct 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by countrycharm View Post
    Glad you got it work out., but never put your actually facebook
    app_id number, app_secret number down so other people can see it, Big mistake. I would delete that application and make another one if this is your actual numbers.

    Thank you for the advice and I'll do just that - makes for good practice anyway LOL

    again Thank you for you response and advice!

  9. #9
    Join Date
    Oct 2009
    Posts
    50
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I must be the biggest dummy here. I have gotten through the installation part. Received the page ID and Page token placed that into the update_products.php where instruction uploaded that back to my server.

    I have gone back to Facebook added the application to my business page as favorites page or should I have just added it to my page?

    I am creating test products for the purpose of testing the upload feature. From the admin side of zen cart when I add the test product zen carts shows that facebook has been successfully updated. When I go to the application profile or any of my business/personal pages to check for it I can not see where the test product has been posted

    I have read through this thread and changed the update_product.php from the one supplied in the mod to the original and inserted the facebook code at line 88. still I see no updates on facebook.

    I know I must be the biggest dummy here but maybe someone can help me figure out what I am doing wrong since there are so many that have gotten this to work properly.

    I've talked to my web host he says he has JSON cURL and running PhP 5+ installed on the server and I am using zen cart version 1.39f

 

 

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

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