Re: [twitter-dev] Request token failed

2011-03-30 Thread Nassr zied
i also got this problem, but i just deleted the consumerkey and the consummerkeySecret and typed them again and from nowhere it works again!! try it ;) 2011/3/30 Matthieu GD matthie...@gmail.com Hello, From out of nowhere I got Failed to validate oauth signature and token when I do a request

[twitter-dev] Request token failed

2011-03-29 Thread Matthieu GD
Hello, From out of nowhere I got Failed to validate oauth signature and token when I do a request token (GET with https on this url : https://api.twitter.com/oauth/request_token). It was working since several days. Is it normal ? Matthieu -- Twitter developer documentation and resources:

[twitter-dev] Request Token Failure

2010-09-10 Thread AS_Drone
We have been trying to implement the OAuth Echo method, but cannot get a request-token. It returns with Failed to validate oauth signature and token. Below is our Post data. Our signature aligns with data on the API document. Any thoughts as to why we fail to oauth signature? Post data:

Re: [twitter-dev] Request Token Failure

2010-09-10 Thread Tom van der Woerdt
You don't need request_token for Echo - unless you don't have the user's credentials yet, but in that case you aren't using OAuth Echo. Tom On 9/11/10 1:13 AM, AS_Drone wrote: We have been trying to implement the OAuth Echo method, but cannot get a request-token. It returns with Failed to

[twitter-dev] Request token out from twitter

2010-07-14 Thread Rendy Pranata
Hi, I tried to do the request token out from basic, not using any framework, like MGTwitter, or anything like that. I used objective C for iPhone for development. Things that still confused me is, I always get an error { NSErrorFailingURLKey = https://api.twitter.com/oauth/ request_token;

Re: [twitter-dev] Request token out from twitter

2010-07-14 Thread Matt Harris
Hi Randy, We recommend you use an already created library to get OAuth working first. That way you can see the calls being made, the sort of responses you should be getting and giving you something to compare your code to. We have a list of OAuth libraries in different languages (including

Re: [twitter-dev] request token

2010-07-07 Thread Matt Harris
Hi Shob, We strongly recommend you use a library for handling OAuth with Twitter until you are comfortable with how OAuth works. For VB I know of at least one library called TwitterVB: http://twittervb.codeplex.com/ This will do the OAuth heavy lifting for you so you can develop an application

[twitter-dev] request token by string

2009-11-13 Thread Nathan
I am building a WEB application. I am doing this to send the user to the oauth url: RequestToken requestToken = twitter.getOAuthRequestToken(); String authorizationUrl = requestToken.getAuthorizationURL(); So then the user leaves my page, and comes back to my callback URL, with an HTTP parameter