Javascript’s default URL encoding methods aren’t always sufficient for OAuth 1.0A. This article has some hints on these: http://www.marcworrell.com/article-2943-en.html – if you have some particular strings you’d like to work through, I’m happy to.
how to get the oauth_timestamp dynamically in program in android
Hi, I’m having the same problem. Both on server side and from the browser. I’m encoding the parameters using twitter4J OAuthAuthorization.encodeParameters. When I copied the url and paste it to the browser it gave me the same error code.
My url was https://api.twitter.com/1.1/search/tweets.json?count=10&lang=en&q=xfactor& oauth_token=210XXXX54-CXXXXXXXXXXXXXXXXXXXc& oauth_consumer_key=KXXXXXXXXXXXXXXXXXXXXXXXXXg& oauth_signature_method=HMAC-SHA1& oauth_timestamp=1372131361& oauth_nonce=1008433096& oauth_version=1.0& oauth_signature=IYlDEv0tlrmqy8QudjKdreB%2FPjk%3D
ditto, wasted several hours at a hackathon, the error messages are also pretty useless.
{ errors: [ { message: “Could not authenticate you”, code: 32 } ] }
pasted in the keys you gave me and still get this…
I am trying to understand what’s going on for last 12 hours but documentation definitely doesn’t help. Please, Do any one knows how to get search api working? I’ve spend a lot of hours to make an oAuth process work. So what and where should I do after to finally get results from search api? It is so frustrated=(
i am also facing same issue and when i get the twitter4J version 3.0.5 mine problem resolved
Spent already 2 days trying to work my way around with the new API. Total confusion! Usually new APIs either make stuff easier or clean up some messed up stuff. Feels the opposite is happening with the 1.1. Anybody with cool tweak to this plz let me know!
I am working on the sample Twitter Api in this http://java.dzone.com/articles/android-twitter-api-11 but it is showing error like this {“errors”:[{“message”:“Bad Authentication data”,“code”:215}]} what can i need to do to make the sample code work perfectly.can u please let me know where i am doing mistake. waiting for reply. Thanks in advance.
hi I meet this issue {“errors”:[{“message”:“Bad Authentication data”,“code”:215}]}
Hello All,
We are getting the same issue here, it was worked will before few days, but now we are getting this issue.
I am getting the same issue here,
I am getting the same issue here, help meeeeeeeeeeeeeeeeee please
I am also getting the same issue, twitter must resolve it to use the twitter api…
Error: Bad Authentication data What does it mean and how do I fix it?
what the hell twitter, did your developers abandon your API?
pls help me… i have a same issue
what language? how are you handling Oauth? can you provide a sample?
no - what issue are you having with it?
It usually means you are not correctly using OAuth. What language / library are you using? Do you have a sample?
Hi everyone!
I was getting the same error message as you, but I went through my code, specifically where I have my authentication information. Im using Backbone for this and my string to store the keys started with “<‘here goes the key’>”. I just deleted the “<>” signs and it worked fine, no error message anymore! Hope this helps!