New Zenner
- Join Date:
- Dec 2009
- Posts:
- 31
- Plugin Contributions:
- 0
AutoFacebook [Support]
Its ok, you can leave that I have installed it atleast 10 times without that thing.
Views: 140,955
New Zenner
Its ok, you can leave that I have installed it atleast 10 times without that thing.
Totally Zenned
Beau91324:
I've run inot this issue too and I don't really want to continue till I know it is ok to proceed. :huh:
Beau91234
If you follow this small guide I posted a few days ago you should be okay that option you quoted is no longer avaliable
New Zenner
Hello, I´ve intalled this mod and it works, but I have a little problem...
I have multiple facebook pages and used the wrong ID...
Now I can´t get the facebook_authorize.php to generate the correct page ID.
I´ve installed and unnistalled everything and also removed everything from facebook but the problem remains the same...
Can anyone help?
Thx In advance
New Zenner
PS
Uninstalled this and installed the facebooklite version...
Now I don´t get updates to my page but on zen cart it says it does...
Anyone with the same problem or a possible soulution?
Totally Zenned
nummell:
Hello, I´ve intalled this mod and it works, but I have a little problem...
I have multiple facebook pages and used the wrong ID...
Now I can´t get the facebook_authorize.php to generate the correct page ID.
I´ve installed and unnistalled everything and also removed everything from facebook but the problem remains the same...
Can anyone help?
Thx In advance
Try reading this and see if this helps.
http://www.zen-cart.com/forum/showpost.php?p=934180&postcount=156
New Zenner
I can't find 5. Now click "Facebook Integration" on the left. Towards the bottom you should see "Installable to?". Uncheck "Users" and add a check next to "Facebook Pages" instead.
did facebook change something? I imagine this is why nothing is posting automatically right now.
New Zenner
I just read facebook integration no longer needed....but still nothing posting I got the Success! page any suggestions
Totally Zenned
Try using this guide http://www.zen-cart.com/forum/showpo...&postcount=284 see if that works
New Zenner
Still not working...redid everything same thing went there clicked allow it was a success tried adding a new product and nothing new on the wall
New Zenner
does anyone fixed it?
Totally Zenned
Ducati87:
does anyone fixed it?
Not to sure on this one I have created several apps using my guide here http://www.zen-cart.com/forum/showpost.php?p=969202&postcount=284 and it still works fine.
So either you are missing a configuration in the facebook_authorization.php file or you maybe timing out when created the tokens to connect to facebook make sure you allow facebook to connect or it will not work.
I recommend trying this on a test store rather then a live store where you know no other modifications are interfering.
New Zenner
sorry but that guide doesn't function....:cry:
Totally Zenned
Ducati87:
sorry but that guide doesn't function....:cry:
Are you using an old app you created in facebook or a brand new one?
Totally Zenned
The guide posted is not working due to the Facebook developer site is throwing errors in some locales. Unfortunately, there's nothing we can do about this once they have fixed this bug or small problem they are having the guide I posted will work. I will keep you updated.
New Zenner
Hi, I installed for use with facebook autofacebook2 in Italy on ZC 1.3.9h but when I insert the product appears to me "Facebook Error: Unsupported post request." at the top of the page with red background. What should I do? Thanks for the help. Valerio
New Zenner
Hi ,I have delete autofacebook2 and i have activate facebooklite, bat don't work.... In tha ZC page new say all OK , but in facebook page is no ok...... What's the problem? The page of face is http://www.facebook.com/apps/application.php?id=199521256727904
. Thank for help. With regard, Valerio
New Zenner
go ...go...goooo.... it's OKKKKKKKK :clap: :bigups:
New Zenner
Hi all, been using AutoFacebook Lite for a while now with no problems up until recently, now my images dont appear on the facebook post... eveything else is fine just no image of the product!
Anyone had this issue?
New Zenner
I moved my autoFacebook low on the update_product.php page so my items will update even when I edit an item because I like to duplicate and edit for new items, but sometime I just change quantities because of ebay sales and don't want them to update at facebook as a new item, sometimes I have zero quantity and don't want to disable the item.
I changed some files, just so you know, I know just enough PHP to get me in trouble sometimes.
I may add to the lanquage files later, but for me this works
Here is what I edited-
admim/includes/modules/product/
collect-Info.php
preview_info.php
collect-Info.php- I added in **bold **and where
<tr>
<td colspan="2"><?php echo zen_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
</tr>
[B] <tr>
<td class="main">Facbook Update </td>
<td class="main"> <input type="checkbox" name="facebook_update" value="Yes" />Check for yes</td>
</tr>[/B] <tr>
<td class="main"><?php echo TEXT_PRODUCTS_WEIGHT; ?></td>
<td class="main"><?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . ' ' . zen_draw_input_field('products_weight', $pInfo->products_weight); ?></td>
</tr>
preview_info.php
//auto replace with defined missing image
if ($_POST['products_image_manual'] != '') {
$products_image_name = $_POST['img_dir'] . $_POST['products_image_manual'];
$pInfo->products_name = $products_image_name;
}
if ($_POST['image_delete'] == 1 || $products_image_name == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == '1') {
echo zen_image(DIR_WS_CATALOG_IMAGES . PRODUCTS_IMAGE_NO_IMAGE, $pInfo->products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'align="right" hspace="5" vspace="5"') . $pInfo->products_description;
} else {
echo zen_image(DIR_WS_CATALOG_IMAGES . $products_image_name, $pInfo->products_name, SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'align="right" hspace="5" vspace="5"') . $pInfo->products_description;
}
?>
[B]<!--BO FACEBOOK-->
</tr><tr>
<td><hr></td>
</tr><tr>
<td class="smallText">
<?php
if ($facebook_update == "Yes") {
echo "Facebook Will be Updated.";
} else {
echo "Facebook Will NOT be Updated.";
}
?>
</td> </tr>
<tr>
<!--EO FACEBOOK-->[/B]
</td>
</tr>
<?php
if ($pInfo->products_url) {
?>
<tr>
<td><?php echo zen_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
</tr>
<tr>
<td class="main"><?php echo sprintf(TEXT_PRODUCT_MORE_INFORMATION, $pInfo->products_url); ?></td>
</tr>
<?php
admim/includes/modules/
update_product.php around the autofacebook code
[B]if ($facebook_update == "Yes") {[/B]
//AutoFacebook light
$pageID = "edited"; //received when signing up.
// no need to edit below this line
$prod_vars = array(
'page' => $pageID,
'prod_image' => $_POST['products_image'],
'price' => $products_price,
'prod_name' => $_POST['products_name'][$_SESSION['languages_id']],
'prod_description' => $_POST['products_description'][$_SESSION['languages_id']],
'prod_url' => '/index.php?main_page=product_info&cPath=' . $current_category_id . '&products_id=' . $products_id, );
$url = "http://apps.htmyell.com/fbpageid/sendvars.php";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $prod_vars);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
if (isset($result['success'])){ $messageStack->add_session('Facebook was successfully updated!', 'success');}
else if (isset($result['error'])){ $messageStack->add_session('Facebook Error: '.$result['error'], 'error'); }
else { $messageStack->add_session('Error: '. $result, 'error'); }
//end of autoFacebook
}
[B]else
{
}[/B]
Actually in the if else, I don't know if something has to be placed in there when the box isn't checked.
No database updates needed, but make copies of the three files edited incase you have to go back and use them
Dan
New Zenner
First of all, thanks a lot for this great contribution.
I have just finished installing it and it works great, except the photo which doesn't appear.
why?
thanks to all
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.