vote up 3 vote down star
1

I'm trying to integrate with twitter using their OAuth api. I have downloaded and tried the CF implementation here: http://oauth.riaforge.org/ with no success. Anyone have a simple CF to twitter OAuth example for authorizing a user, getting a token, and using it?

flag

2 Answers

vote up 2 vote down check

Coldfusion plays really nice with java. What I did is simply use the twitter4j lib (http://yusuke.homeip.net/twitter4j/en/index.html#introduction) to handle everything. Works like a charm, and is far more comprehensive that you'd ever dream of writing yourself. Plus, it's free.

I'd try that before I went banging my head against the wall trying to deal with signing oauth requests and reinventing the wheel.

link|flag
Thank you. Works great! – Dave Hoff Jun 22 at 20:22
vote up 0 vote down

Could try this one, but I didn't try it myself yet to know if it works any better than the one on RIA Forge. I just found it while digging around.

http://oauth.googlecode.com/svn/code/coldfusion/

It looks like RPX also supports OAuth, but again, I haven't tried it personally. I am using them for an OpenID implementation, and they work great.

https://rpxnow.com/docs

link|flag
Thanks, but the the google code link is the same as the one on RIAForge. – Dave Hoff Jun 16 at 4:07
According to the official OAuth site, the two projects are the same, simply multiply hosted. – Ben Doom Nov 16 at 19:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.