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
Yes. I saw that. Hmmm. I have been reading up on the SDK documentation: https://github.com/affinitiz/facebook-cf-sdk/wiki/Installation it looks like installation is as simple as copying over the unzipped folder to the root of the web site, which I have done. It looks like I need to create a mapp

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