Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have a co-worker who is currently working on Facebook integration via CF. I've written an application using oAuth via <a href="http://oauth.riaforge.org/" rel="nofollow noreferrer">http://oauth.riaforge.org/</a>. </p> <p>As far as I can tell, there isn't a requirement that you use PHP. It's just a lot easier to find tutorials for PHP.</p> <p>That said, there are any number of Twitter tutorials that I found while looking for documentation on CF and oAuth. </p> <p>Googling for "coldfusion twitter oauth", I see that the <a href="http://dev.twitter.com/pages/libraries#coldfusion" rel="nofollow noreferrer">3rd link</a> points to a page which includes two CF libraries on Twitter's website.</p> <p>Googling for "coldfusion facebook", the <a href="http://wiki.developers.facebook.com/index.php/User:ColdFusion" rel="nofollow noreferrer">first link</a> points to FB's developer wiki. The first three are articles by Ray Camden on FB integration, the third being posted to <a href="http://www.adobe.com/devnet/coldfusion/articles/coldfusion_facebook.html" rel="nofollow noreferrer">Adobe's Developer Connection</a>.</p> <p>To make a long story short (too late!): No, you can use CF to connect to FB and Twitter just fine.</p> <p><strong>Added:</strong> A quick Google for "facebook open graph coldfusion" returned <a href="http://blog.abusalah.info/2010/07/implementation-of-facebook-graph-api-in.html" rel="nofollow noreferrer">this</a>. I didn't really scan past that. Google is your first, best line of defense. Stack Overflow is awesome when things <em>aren't</em> easily found there.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload