RE: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-19 Thread Eric Bourland
Dear Guust, I will try this today. Thank you very much! All best, Eric -Original Message- From: Guust Nieuwenhuis [mailto:i...@lagaffe.be] Sent: Monday, March 19, 2012 3:32 AM To: cf-talk Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? I made a website for my

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-19 Thread Guust Nieuwenhuis
1 Skype: guustnieuwenhuis Email: i...@lagaffe.be From: "Andrew Scott" Sent: Monday, March 19, 2012 4:10 AM To: "cf-talk" Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? Ok I think FaceBookGraph is a bit confusing,

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-18 Thread Andrew Scott
Ok I think FaceBookGraph is a bit confusing, but having said that so is the docs at times. Well if you need the reverse then the activity or news feed is maybe what your looking for, but wall posts are out of the question. You can use the SDK to read the news, I have never done it mysefl, but if

RE: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-18 Thread Eric Bourland
tt [mailto:andr...@andyscott.id.au] Sent: Saturday, March 17, 2012 6:34 PM To: cf-talk Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? This SDK can, as it uses the same methods as the API's covered. The thing is that you need to know how to do it. https://developers.fac

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Andrew Scott
This SDK can, as it uses the same methods as the API's covered. The thing is that you need to know how to do it. https://developers.facebook.com/docs/reference/api/ Shows everything that you can do, what you can get back how to post etc. You then use this SDK to then make that connection and tak

RE: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Eric Bourland
Hmm. I got it working. Kind of: http://www.coalcountryteam.org/affinitiz-facebook-cf-sdk-29462bd/examples/we bsite/ I figured out the mapping and I fixed a syntax error in one of the CFCs. I don't think this tool is going to do what I need, though. I just need to post public FB wall information

RE: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Eric Bourland
lk Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? Looks like you didn't import that, as you are not using its full path. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sun, Mar 18, 2012 a

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Andrew Scott
Looks like you didn't import that, as you are not using its full path. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sun, Mar 18, 2012 at 9:35 AM, Eric Bourland wrote: > > Hi, Andrew and John, > > Thank you for these c

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Eric Bourland
Hi, Andrew and John, Thank you for these comments. I haev set up the Affinitiz SDK here: http://www.coalcountryteam.org/affinitiz-facebook-cf-sdk-29462bd/ If you click on the example (Example link, in upper left part of page), you will see that I get an error that an API is missing. Error Oc

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Andrew Scott
I haven't checked in awhile, but the wall is off limits. There are however other Social Options you can look at. https://developers.facebook.com/docs/plugins/ -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Sun, Mar 18,

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread John M Bliss
Sorry. Just read your post more carefully. Please disregard. :-) On Sat, Mar 17, 2012 at 5:08 PM, John M Bliss wrote: > Have you looked at: > > http://facebooksdk.riaforge.org > http://facebookgraph.riaforge.org > http://cffacebook.riaforge.org > > > On Sat, Mar 17, 2012 at 5:06 PM, Eric Bourl

Re: Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread John M Bliss
Have you looked at: http://facebooksdk.riaforge.org http://facebookgraph.riaforge.org http://cffacebook.riaforge.org On Sat, Mar 17, 2012 at 5:06 PM, Eric Bourland wrote: > > ColdFusion 9.0.1 > Windows Server 2008 R2 > > Hi. I know this has been discussed before, but I can't locate a working >

Method to post Facebook Wall Feed on a ColdFusion page?

2012-03-17 Thread Eric Bourland
ColdFusion 9.0.1 Windows Server 2008 R2 Hi. I know this has been discussed before, but I can't locate a working solution. Has anybody been able to get ColdFusion to read and parse JSON output from a Facebook Wall Feed, and then display that wall feed on a ColdFusion page? I know that I need t