Results 181 to 190 of 695

Threaded View

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

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by confusedforever View Post
    Its the connect URL my website where my shop is and do i need to include http://

    If so then this is the error I got...

    {
    "error": {
    "type": "OAuthException",
    "message": "redirect_uri isn't an absolute URI. Check RFC 3986."
    }
    }

    The APPID I am assuming is my application ID?
    This is what your URL will look like

    remember to add https:// to the beginning

    graph.facebook.com/oauth/authorize?type=user_agent&client_id=Your FB App ID&redirect_uri=http://Your Site Path&scope=publish_stream,offline_access,manage_pages
    Your FB App ID is the FB Application ID
    Your site path is what you defined in your FB application under the Web Site Profile. http://www.yoursite.com or http://www.yoursite.com/cart/

    If you have done it correctly when you activate that in your browser it will take you to your zen cart.

    Look back into your browser address bar and copy and paste the entire string that you see (to be saved locally on your computer)

    what you will see is something like this.

    there will be an http://www. at the beginning

    yoursite.com/#access_token=some very long number and letter&expires_in=0
    copy and paste everything between the access_token= and the &expires
    this is called your URL parameter access_token - this is the big bad boy that will gleam the rest of the information that you need to tell FB what page for zen cart to access and post the new products to.

    Next step take that very long string that you just copy and pasted locally and insert it into the following URL

    add https:// to the beginning of the string

    graph.facebook.com/me/accounts?access_token=Your URL parameter access token
    activate the string in your browser
    if you have done it correctly what is then gleamed is all the fan pages that you manage, along with the page ID and Page Access token for each fan page managed

    {
    "name": "Bugs Bunny Frontier",
    "category": "Websites",
    "id": "29469045921",
    "access_token": "some secret string."

    "name": "Daffy Duck Play Pen",
    "category": "Websites",
    "id": "15326801473",
    "access_token": "some secret string."

    "name": "Mother Goose Brothel",
    "category": "Websites",
    "id": "19785012358",
    "access_token": "some secret string."
    },
    copy and paste this locally for future reference

    Now you have the Page ID and the Associated Access Token for that page

    Go back to your editor in the update_product.php

    replace the Page ID with the one that matches the page you want zen cart to post to.

    then replace the Page Access Token on the line directly below with the one that matches the Page ID you put in the line above.

    Save and upload to your server then test - if all went well it will now be posting the page of your choosing.

    Jamielife will be adding a drop down option on his next release that will make it simpler in the future to pick which page for zen cart to post to - this is only a temporary procedure for the release that is currently out for us.
    Last edited by WHOSYOURDADDY; 16 Sep 2010 at 07:23 PM.

 

 

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