[twitter-dev] Whitelist Requests from REST API

2011-02-04 Thread Arthur
Hello, I have a question about number of requests, if I signed up with twitter, let's say, to allow visualizing my data, then the app will consume my requests. how does it work if the app got whitelisted, the app will not consume my requests? Many thanks in advance, -- Twitter developer

[twitter-dev] search.twitter.com giving 301 redirect

2010-11-13 Thread Arthur
/65e0a0990b120abf In this case, the library I'm using constructs a Host: header that includes the port number: search.twitter.com:80. From testing with other tools, it appears that if the port number is left off, the request succeeds. Any help? Thanks, -Arthur -- Twitter developer documentation

Re: [twitter-dev] Re: twitter keeps refusing my token request

2010-06-02 Thread Arthur Pires
: Authorization: OAuth oauth_consumer_key=dHbWZ6idD9VEuQ5tNUufA, oauth_nonce=248256711275449040, oauth_signature_method=HMAC-SHA1, oauth_timestamp=1275449040, oauth_version=1.0, oauth_signature=SaG5KExe2frRkFMvZjJqHoZEp%2Bk%3D Someone can spot the problem? Thanks in advance Arthur.

Re: [twitter-dev] Re: twitter keeps refusing my token request

2010-06-02 Thread Arthur Pires
You are right, the encoded _ was the problem. Thank you very much, now i can move to the other requests ^^ Arthur. 2010/6/2 Taylor Singletary taylorsinglet...@twitter.com Hi Arthur, Unrelated: recommend using SSL for all the OAuth dance operations like request_token, access_token

[twitter-dev] Using oauth in a desktop app

2010-06-02 Thread Arthur Pires
probably missing something :/ Thanks in advance. Arthur.

Re: [twitter-dev] Using oauth in a desktop app

2010-06-02 Thread Arthur Pires
Thanks for clarifying ^^ Arthur. 2010/6/2 Taylor Singletary taylorsinglet...@twitter.com Hi Arthur, Indeed it is a Quest. You don't need to do this entire round trip every single time. In Twitter's OAuth implementation, when we respond with the access token to you in the access token