Closed jghankins closed 10 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.
Hi @jghankins. Thank you and my apologies for this big delay. I'll look into this.
Closing this down as appears to work with current release of the library (and tested with Railo 3 & 4)
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.