Zen Cart Logo
Forums / All Other Contributions/Addons / AutoFacebook [Support]

AutoFacebook [Support]

Views: 140,955

Results 361 to 380 of 691
05 Apr 2011, 03:20
#361
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

AutoFacebook [Support]

PullingOutHair:

I was going to add this app, but unfortuantely facebook wants a credit card number or cell phone number. I'm not giving them either one.

I'm not seeing this anywhere, I just uploaded some new products to fb without anything asking for cc or phone.

05 Apr 2011, 03:21
#362
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: AutoFacebook [Support]

So I have this set up to where I can specify if a new OR updated products is or isn't listed. Is anyone interested in having this ability? I don't want to spend time outlining everything if no one else is interested.

05 Apr 2011, 23:25
#363
mac08 avatar

mac08

New Zenner

Join Date:
Mar 2011
Posts:
12
Plugin Contributions:
0

Re: AutoFacebook [Support]

mac08:

Now the problem I am having is, when I submit a new product, it just takes me to a blank white page. It does not list the product to my shop or facebook.

Quoting a previous message of mine hoping there is someone that is able to help/tell me what this problem means and how to fix it. Still having this problem.

06 Apr 2011, 01:34
#364
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoFacebook [Support]

mac08:

Quoting a previous message of mine hoping there is someone that is able to help/tell me what this problem means and how to fix it. Still having this problem.

Here is a link for white page in this thread.
http://www.zen-cart.com/forum/search.php?searchid=14391820

09 Apr 2011, 16:56
#365
mac08 avatar

mac08

New Zenner

Join Date:
Mar 2011
Posts:
12
Plugin Contributions:
0

Re: AutoFacebook [Support]

countrycharm:

Here is a link for white page in this thread.
http://www.zen-cart.com/forum/search.php?searchid=14391820

That link just takes me to a page that says no matches found.

I've also already read through this entire thread, and I found nothing on the same problem that I'm having.

10 Apr 2011, 05:17
#366
knuckle_101 avatar

knuckle_101

Totally Zenned

Join Date:
Dec 2005
Location:
Cincinnati Ohio
Posts:
1,034
Plugin Contributions:
3

Re: AutoFacebook [Support]

mac08:

Quoting a previous message of mine hoping there is someone that is able to help/tell me what this problem means and how to fix it. Still having this problem.

Did you double check the update_product.php file make sure you did not overwrite core code or misplaced the connector before the proper variable? This is usually the most common problem for white pages for adding or updating products.

Make sure you have the connector variables between the following lines not before or after

//// INSERT PRODUCT-TYPE-SPECIFIC INSERTS HERE //////

//// END OF PRODUCT-TYPE-SPECIFIC INSERTS ////////

10 Apr 2011, 08:53
#367
jokermode avatar

jokermode

New Zenner

Join Date:
Mar 2010
Posts:
26
Plugin Contributions:
0

Re: AutoFacebook [Support]

knuckle-101:

What you want to do is go through the entire process create the page id etc with the facebook authorization file.

Once this is completed you have all your API secret and app id add all that to the proper lines in update_product.php put the page ID of your Shop page instead of the Page ID created in the process, once this is completed saved and uploaded to your ftp go to your application page (profile) and allow the appilication access the Shop Profile page this is all you have to do

how to allow the application access the shop profile page?.. i couldn't find anything in application page that indication to allow..sory newbie question :blink:

10 Apr 2011, 09:03
#368
knuckle_101 avatar

knuckle_101

Totally Zenned

Join Date:
Dec 2005
Location:
Cincinnati Ohio
Posts:
1,034
Plugin Contributions:
3

Re: AutoFacebook [Support]

JokerMOde:

how to allow the application access the shop profile page?.. i couldn't find anything in application page that indication to allow..sory newbie question :blink:

Please read the last portion of this guide I posted several weeks ago this will help you.

20 Apr 2011, 14:07
#369
tally622 avatar

tally622

New Zenner

Join Date:
Nov 2010
Posts:
5
Plugin Contributions:
0

Re: AutoFacebook [Support]

Good morning everyone. I've gotten this to work, as a matter of fact, a couple of times now, lol, but I'm still getting no Description. I've added

'description' => 'Description: '.$prod_description,

to line 120 of update file and get the word Description: on the Facebook post soeverything else is working but still no description. I saw early on in these posts where someone else had this issue but never saw a resolution to it. Is there some fix that I'm missing?

21 Apr 2011, 03:19
#370
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: AutoFacebook [Support]

tally622:

Good morning everyone. I've gotten this to work, as a matter of fact, a couple of times now, lol, but I'm still getting no Description. I've added

'description' => 'Description: '.$prod_description,

to line 120 of update file and get the word Description: on the Facebook post soeverything else is working but still no description. I saw early on in these posts where someone else had this issue but never saw a resolution to it. Is there some fix that I'm missing?

Try this and see what happens.

countrycharm:

Jamielift you nailed it. This code works great. The description is now sent to facebook.:clap:

Thank you for your on going effort to solve this problem. Does autoTwitter suppose to send the description to, if it is I have the same problem there. You can post you answer over there if you will. Thank You again.

jamielife:

So instead of:

$prod_description = urlencode($prod_description);

> 
> Try:
> ```php
$prod_description = strip_tags($prod_description);  
23 Apr 2011, 07:35
#371
patinparis avatar

patinparis

New Zenner

Join Date:
Apr 2011
Posts:
2
Plugin Contributions:
0

Re: AutoFacebook [Support]

Hi...
I recently had a 'store using zen cart' built (Nov2010). I really know zero about it, but did notice that on the note that autoFB puts on FB... there is a blurb which was put on at the time it was re-added after problems and the cart had to be reinstalled (Dec2010) I want to remove that blurb that shows up with every single auto update but I have no clue where/how. :blink: :oops: The issue of re-registering has long since been over but the blurb continues.

Can you help me? :blush:

27 Apr 2011, 10:46
#372
defanci avatar

defanci

New Zenner

Join Date:
Dec 2009
Posts:
42
Plugin Contributions:
0

Re: AutoFacebook [Support]

WHOSYOURDADDY:

This is what your URL will look like

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.

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

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

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.

Thank you for your guide, work perfect. Possible to post to multiple Fan Page?

28 Apr 2011, 03:35
#373
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoFacebook [Support]

PullingOutHair:

I was going to add this app, but unfortuantely facebook wants a credit card number or cell phone number. I'm not giving them either one.

This applies new FB developer accounts (required for anyone using autoFacebook 2.0 or earlier to create their own app on facebook). This is merely facebook's way to authenticate that you are a person. I have come across this when creating new apps for clients. I usually just give a cell number and have never had a problem (although i've never given a credit card).

NOTE: AutoFacebook lite (http://apps.facebook.com/storeupdater/) users do not need to give out phone or credit card info.

28 Apr 2011, 03:46
#374
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoFacebook [Support]

knuckle-101:

Please read the last portion of this guide I posted several weeks ago this will help you.

Thank you for taking the time to put that together.:clap:

28 Apr 2011, 15:51
#375
scottrdj avatar

scottrdj

New Zenner

Join Date:
May 2006
Posts:
26
Plugin Contributions:
0

Re: AutoFacebook [Support]

Hi I am having problems making the app on facebook, is this a facebook problem as all it keeps saying is there is an error and they are working on this. Thanks Scott

30 Apr 2011, 07:33
#376
patinparis avatar

patinparis

New Zenner

Join Date:
Apr 2011
Posts:
2
Plugin Contributions:
0

Re: AutoFacebook [Support]

Still trying to get rid of that blurb... when I ask for a source I get this:
<span class="messageBody">The Store had to get an update, anyone who registered, please re-register!! Thank you!</span>

Where would I find that to remove it? It is a blurb showing up consistently each time the store does an auto-update?

No one seems to be able to tell me where to find it so I can remove it. :no:

Original question #375

30 Apr 2011, 09:19
#377
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: AutoFacebook [Support]

PullingOutHair:

I was going to add this app, but unfortuantely facebook wants a credit card number or cell phone number. I'm not giving them either one.

I just installed this and did not have to supply either one.

01 May 2011, 03:27
#378
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: AutoFacebook [Support]

mac08:

That link just takes me to a page that says no matches found.

I've also already read through this entire thread, and I found nothing on the same problem that I'm having.

Redo the mod again. The only file overwritten is the update product file. If you're stock update product is still being used then rename that with the extension OEM i.e. Filename.php.OEM. That way you'll have the original file. Uploaded the modded update product file and you should be good.

03 May 2011, 23:47
#379
jamielife avatar

jamielife

Zen Follower

Join Date:
Dec 2009
Location:
Richmond, VA
Posts:
161
Plugin Contributions:
0

Re: AutoFacebook [Support]

PatinParis:

Still trying to get rid of that blurb... when I ask for a source I get this:
<span class="messageBody">The Store had to get an update, anyone who registered, please re-register!! Thank you!</span>

Where would I find that to remove it? It is a blurb showing up consistently each time the store does an auto-update?

No one seems to be able to tell me where to find it so I can remove it. :no:

Original question #375

That doesn't look like it's from autoFacebook. I would look into your other mods. That looks like some kind of registration plugin, maybe a newsletter.

06 May 2011, 05:16
#380
mmadany avatar

mmadany

New Zenner

Join Date:
May 2011
Posts:
10
Plugin Contributions:
0

Re: AutoFacebook [Support]

Hi Jamie,

I have searched for this issue but can't find a solution. I was able to get the app working no problem. My issue now is linking this app to my already created page, instead of the app having its own page, is that possible?

Thanks a lot for this great add-on!