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

"Bad Authentication data" 215 Error on "search" method #5

Closed aqlong closed 11 years ago

aqlong commented 11 years ago

I fixed it by removing problematic code, so that the line looks like this now:

cfset var strTwitterMethod = getCorrectEndpoint('api') & 'search/tweets.json'

coldfumonkeh commented 11 years ago

Thanks Aaron. Was the buildparamstring method the issue here?

aqlong commented 11 years ago

Yes, that's right. I think it was sending more params in the query string than it should.

coldfumonkeh commented 11 years ago

Thanks Aaron. This has been tested, confirmed, fixed and redeployed.