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
Re: AutoFacebook [Support]
Quote:
Originally Posted by
WHOSYOURDADDY
***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 :clap:
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
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.
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.
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.
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
Re: AutoFacebook [Support]
Quote:
Originally Posted by
pstarling
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.
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
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
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.
Re: AutoFacebook [Support]
@Countrycharm - Thanks worked a treat
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