coldfumonkeh / monkehTweets

A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)
http://www.mattgifford.co.uk/
53 stars 30 forks source link

Railo 3 use with Library showing error: key [OAUTHTOKEN] doesn't exist in struct #6

Closed jghankins closed 10 years ago

jghankins commented 11 years ago

Trying to get this library to work:

Getting the following error: key [OAUTHTOKEN] doesn't exist in struct (keys:lastvisit,urltoken,cftoken,sessionid,cfid)

The Error Occurred in /Users/jim/Documents/projects/twitter/WebContent/twitter/authorize.cfm: line 28 26: 27: returnData = application.objMonkehTweet.getAccessToken( 28: requestToken = session.oAuthToken, 29: requestSecret = session.oAuthTokenSecret, 30: verifier = url.oauth_verifier

Note On URL I'm seeing authorize.cfm?oauth_token=XXXX&oauth_verifier=XXXX

This occurs after I click on the authorize button. I'm starting at your provided index.cfm file.

coldfumonkeh commented 10 years ago

Hi @jghankins. Thank you and my apologies for this big delay. I'll look into this.

coldfumonkeh commented 10 years ago

Closing this down as appears to work with current release of the library (and tested with Railo 3 & 4)