Re: AutoFacebook [Support]
For anyone who'd like to help me figure out this problem with the descriptions/price/whatever not showing up
Try this.
PHP Code:
echo "<pre>";
var_dump($_POST);
exit;
right after where you see:
Quote:
//end of autofacebook
Now go and add a test product (make sure you fill everything out like you normally would however if you're images are working there is no need to upload another one, just leave it blank). After you click 'preview' and then 'insert' you should see a bunch of text. Copy it and paste it in a PM to me.
Now remove the code you added from above.
Note: this will still add the fake product to your store and facebook so be sure to delete them.
Re: AutoFacebook [Support]
Hi Jamie,
I'm using ver 138b zencart and trying to install autofacebook. Everything seems pretty straight forward, but when I am trying to do the facebook app thing I get this message:
Step 1:
Once you have added this application to your Store's Page,
Click Here to allow all permissions to your app.
Errors while loading page from application
Parse errors:
FBML Error (line 4): illegal tag "noscript" under "fb:canvas"
Any idea what that means? I've verified line four in the php file(lines 4,5,6,7) to make sure the api key, app secret, page number and canvas url are all correct. Dont know where else to look....
Thanks
Re: AutoFacebook [Support]
Quote:
Originally Posted by
jamielife
For anyone who'd like to help me figure out this problem with the descriptions/price/whatever not showing up
Try this.
PHP Code:
echo "<pre>";
var_dump($_POST);
exit;
right after where you see:
Now go and add a test product (make sure you fill everything out like you normally would however if you're images are working there is no need to upload another one, just leave it blank). After you click 'preview' and then 'insert' you should see a bunch of text. Copy it and paste it in a PM to me.
Now remove the code you added from above.
Note: this will still add the fake product to your store and facebook so be sure to delete them.
What file does this need to go in?
Re: AutoFacebook [Support]
Nevermind.. figured it out lol, was having a blonde moment lol
Re: AutoFacebook [Support]
To add a new product I always copy a product and replace the name and image, this is because my products have atleast 10 to 20 attribute option names and I do not need to insert those attributes once I copy a a product and rename it.
This module does not recognize this as a new product so no update.
Can you tell me how to tackle this problem ??
Thanks for a great module.
Re: AutoFacebook [Support]
Quote:
Originally Posted by
harry2cool
To add a new product I always copy a product and replace the name and image, this is because my products have atleast 10 to 20 attribute option names and I do not need to insert those attributes once I copy a a product and rename it.
This module does not recognize this as a new product so no update.
Can you tell me how to tackle this problem ??
Thanks for a great module.
I am having the same issue as this poster. Is there a workaround?
Thanks again for a great mod!
Madame Louise
Re: AutoFacebook [Support]
Quote:
Originally Posted by
subir
Thanks for your response. I did that but same result. I got "API Error Code: 100
API Error Description: Invalid parameter
Error Message: Param fbconnect must be a boolean" and I corrected it according to your direction give in the page 1. I also followed your direction now. I paste the line to the 1.3.9 version update_product.php file but the result is the same. Please do a favour.
Thanks.
I had the same error and this fixed it:
Disabled "New Data Permissions" under the migrations tab in your facebook application.
hope this helps.. cheers!
Re: AutoFacebook [Support]
I have recently added this mod and got it working with the disable new data permissions and changing the connect url but lastnight whenever i added a product all i was getting was a blank page and no update to facebook. I ran the debug error logging utility and it pointed to this mod.
Code:
[26-May-2010 13:01:33] PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/includes/modules/update_product.php on line 168
[26-May-2010 13:01:35] PHP Fatal error: Uncaught exception 'FacebookRestClientException' with message 'Session key invalid or no longer valid' in /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/includes/modules/facebook/php/facebookapi_php5_restlib.php:3374
Stack trace:
#0 /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/includes/modules/facebook/php/facebookapi_php5_restlib.php(932): FacebookRestClient->call_method('facebook.stream...', Array)
#1 /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/includes/modules/update_product.php(170): FacebookRestClient->stream_publish('New Product!', '{"name":"Red an...', '[{"text":"Gadg3...')
#2 /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/product.php(62): require('/data/www/vhost...')
#3 {main}
thrown in /data/www/vhosts/gadg3tshop.co.uk/httpdocs/admin/includes/modules/facebook/php/facebookapi_php5_restlib.php on line 3374
I looked at the settings and now my connect url has changed and it says you cannot point to a facebook domain.
Any ideas?
Re: AutoFacebook [Support]
I keep getting this error at step 14.
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.
Anyone has any idea?
Thanks in advance
1 Attachment(s)
Re: AutoFacebook [Support]
Has anyone had this problem? Here is the error I get when I am finishing up 17 of the install.
Congrats, All Done! Permissions Granted.
Your Infinite Session Key is:
Fatal error: Uncaught exception 'FacebookRestClientException' in /home/sensory/public_html/fbcanvas/php/facebookapi_php5_restlib.php:3374 Stack trace: #0 /home/sensory/public_html/fbcanvas/php/facebookapi_php5_restlib.php(932): FacebookRestClient->call_method('facebook.stream...', Array) #1 /home/sensory/public_html/fbcanvas/index.php(44): FacebookRestClient->stream_publish('I have just cre...', NULL, NULL) #2 {main} thrown in /home/sensory/public_html/fbcanvas/php/facebookapi_php5_restlib.php on line 3374
Any help would be great on this error
SensoryCraver