Facebook Connect Library for ColdFusion
Posted: February 26th, 2010 | Author: James | Filed under: Web Development | Tags: coldfusion, facebook, github | 4 Comments »I’ve dropped an initial release of the Facebook Connect library for ColdFusion I built onto my GitHub account. It works perfectly under the limited testing i’ve actually done. I’ve only tested under Railo 3 but dont think there’s any real reason why it won’t work fine in the Adobe CF server. There’s no documentation yet but i’ll get to that eventually as well.
Hey James, thanks for sharing
Hi again James,
I’m clueless now, I keep getting these errors:
An expression beginning with this.makeRequest, on line 49, column 27.This message is usually caused by a problem in the expressions structure.
A cfset tag beginning on line 49, column 6.
A cfset tag beginning on line 49, column 6.
I am wondering where I did wrong in the invocation process.
Thank you in advance, hope you can enlighten me in some ways,
.
.tre.
James,
I’m unable to get your app working. I connect via the fb connect javascript example as you suggested, and then initialize the cfc, but it never seems to come back as logged in.
@tre: Seems to be the differences between Railo and CF8 causing the issues. I beleive the syntax i use is compatible with CF9 but i’ll try rearchitecting it to support more CFML platforms as soon as I can.
@Jeff: I’m in the process of adding some example code to the repo – hopefully it’ll point you in the right direction.