Re: AutoFacebook [Support]
got this error when trying to run the facebook_authorization.php in FireFox.
"Fatal error: Uncaught OAuthException: Error validating application. thrown in /home6/indyappa/public_html/facebook/facebook_authorization.php on line 532"
i've got multiple pages.
thanks.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
RJugalbot
got this error when trying to run the facebook_authorization.php in FireFox.
"Fatal error: Uncaught OAuthException: Error validating application. thrown in /home6/indyappa/public_html/facebook/facebook_authorization.php on line 532"
i've got multiple pages.
thanks.
I am getting this error as well
Fatal error: Uncaught OAuthException: Error validating application. thrown in /home/djdepot/public_html/facebook/facebook_authorization.php on line 532
Re: AutoFacebook [Support]
I am currently running Zencart v1.5.0 and i am trying to get the AutoFacebook to work, but i think it hates me. Ok i followed the steps in the readme file for the facebook mod, but im getting a error message. Some of the steps given in the file do not exist in the New Facebook Developers page. The other issue im having trying to run the facebook_authorization.php file is that i get a
Code:
Strict Standards: Unknown: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in Unknown on line 0 Fatal error: Uncaught OAuthException: Error validating application. thrown in facebook/facebook_authorization.php on line 532
I need some help getting this install successfully please, i am not even sure if i got the facebook developer side setup properly below is the screenshot. Please Help :cry::cry::cry:
http://www.spicyradio.net/screenshot.jpg
Re: AutoFacebook [Support]
Trying to install the Light version. Cannot get passed Please Select Page on the facebook storeupdater. I have a page created from my main account, but it can not see it. Even tried to create a new one just for the sake of it, and still, storeupdater will not see it..
I saw that some people has the same issues, but mostly people with no existing page.
Please, someone help!!
Re: AutoFacebook [Support]
same problems... please somebody post a solution :(
Re: AutoFacebook [Support]
Quote:
Originally Posted by
caprimia
Trying to install the Light version. Cannot get passed Please Select Page on the facebook storeupdater. I have a page created from my main account, but it can not see it. Even tried to create a new one just for the sake of it, and still, storeupdater will not see it..
!
I also have this problem and need a fix, if anyone can help it would be great.
Re: AutoFacebook [Support]
I've set up everything for the AutoFacebook and everything works fine, new products showing up on our store page and and all the people who like it see the new products too. BUT there is no share or reshare button for the product in either place. What's going wrong?
Re: AutoFacebook [Support]
Quote:
Originally Posted by
Beau91324
BUT there is no share or reshare button for the product in either place. What's going wrong?
Not that I use this version of the Auto Facebook mod as I use another version but I am sure this mod does not incorporate the share buttons on your product pages. You need to use a separate mod to accomplish this.
Now you can use this mod here:
http://www.zen-cart.com/index.php?ma...oducts_id=2026
But if you don't use meta tags in your descriptions then your cache folder is going to fill up with error logs pretty fast as there is a bug with the Facebook part of that module.
So to over come that issue I basically removed all references of the Facebook module from that mod and then used the following code in my tpl_product_info_display.php where I wanted the Facebook button to appear. Or you can just use the following code on it's own if you don't want to add the Google +1 and Twitter modules to your product pages.
Code:
<!-- bof Facebook like button to render -->
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(zen_href_link(zen_get_info_page((int)$_GET['products_id']),'cPath='.(int)$_GET['cPath'].'&products_id=' . (int)$_GET['products_id'])); ?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:550px; height:85px;"></iframe>
<!-- eof Facebook like button to render -->
Re: AutoFacebook [Support]
I finally got this mod working, but it posted to my personal page, not my shop page! I have 4 fan pages, and I tried to follow the instructions at http://www.zen-cart.com/showthread.p...180#post934180 but I can't figure out what the url is that I'm supposed to put in at uri=~URL~ ...nothing I've tried works. Help?
I can't just go to my fan page and look at the number, because I named my fan page and so the number no longer shows up. The fan page is just http://www.facebook.com/OpalEssenceShop
Help?
Btw, I moved the AutoTweet3 to the bottom of the page so it shows up when I modify products... but I can't move the FB stuff there without getting errors. Help? And I want to put in those on/off checkboxes... but when I tried that I got errors, too...