Page 69 of 70 FirstFirst ... 195967686970 LastLast
Results 681 to 690 of 695
  1. #681
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by cuzzmunger View Post
    Hi There, The facebook ui is so different I'm not sure ive setup correctly...error
    "Invalid redirect_uri: Given URL is not allowed by the Application configuration."

    any help appreciated!

    cuzz
    even after you have it setup you have to submit the app to Facebook for the permissions of posting to a Facebook page. I have submitted mine 3 times and all 3 times they have denied the permissions.

  2. #682
    Join Date
    Oct 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    yeh cool, I've done everything fb has asked but maybe it takes some time! I really wanted this up….

  3. #683
    Join Date
    Nov 2014
    Posts
    2
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    help please, i am a newbie
    i cant get autofacebook to work ihave check and double checked ids and token access codes
    i keep getting this error
    Error Facebook Error: (#200) The user hasn't authorized the application to perform this action
    can some one tell me what i am doing wrong, facebook setup is so confusing
    thanks

  4. #684
    Join Date
    Dec 2014
    Posts
    1
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    The reason is that publish_stream is now deprecated; use publish_actions instead.

    facebook_authorization.php
    943: $perms = "publish_actions,manage_pages,offline_access";

  5. #685
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    This is the error that i now receive:

    Facebook Error: Invalid parameter

    any help appreciated thanks

  6. #686
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jamielife View Post
    that's definited by in the $page_id

    if you'd like to specify go to your page in your browser and you should see the page's id number in the address bar. then in (update_product.php) just page $page_id ="your page id" that specific number.
    Is it possible to post to my page and my profile wall at the same time?
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  7. #687
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Folks. the latest version of this mod does not work with 1.54 or facebook developers. It needs to be updated.

  8. #688
    Join Date
    Nov 2011
    Posts
    32
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    I have been using this mod for couple of years... Recently I noticed facebook requires atleast 200 x 200 pixels of image. But, only small image of 100X80 is produced for "og:image". Therefore, Facebook replaces the product image with Facebook logo. Any help to replace small image with medium image? I am using Image Handler and I have configured Medium images to display 250X200 pixels.
    Gopinath Goswami
    OnlineSurgicals.com

  9. #689
    Join Date
    Nov 2011
    Posts
    32
    Plugin Contributions
    3

    Default Re: AutoFacebook [Support]

    As there was no help coming from this Forum, I embarked upon fixing myself and I did successfully. This is what I did.

    /includes/functions/functions_lookups.php

    I added following codes in the above file:

    PHP Code:
    /*
     * look up a products MEDIUM image and send back the image's HTML \<IMG...\> tag - ADDED BY GOPINATH GOSWAMI on June 25, 2015
     */
      
    function zen_get_products_medium_image($product_id$width MEDIUM_IMAGE_WIDTH$height MEDIUM_IMAGE_HEIGHT) {
        global 
    $db;

        
    $sql "select p.products_image from " TABLE_PRODUCTS " p  where products_id='" . (int)$product_id "'";
        
    $look_up $db->Execute($sql);

        return 
    zen_image(DIR_WS_IMAGES $look_up->fields['products_image'], zen_get_products_name($product_id), $width$height);
      } 
    Then, I edited the code in /includes/templates/YOUR-TEMPLATE/common/html_header.php as follows:

    //get defined image or default
    $myImage= zen_get_products_image((int)$_GET['products_id']);

    was changed to

    //get defined image or default
    $myImage= zen_get_products_medium_image((int)$_GET['products_id']);

    That's it... It worked like charm...!

    I used facebook debug tool at https://developers.facebook.com/tools/debug/ and works perfectly.
    Gopinath Goswami
    OnlineSurgicals.com

  10. #690
    Join Date
    Sep 2015
    Posts
    2
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Edited !

 

 
Page 69 of 70 FirstFirst ... 195967686970 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