Re: [twitter-dev] Getting Failed to validate oauth signature and token after adding an explicit oauth_callback in the request token phase

2011-08-01 Thread Ciaran
Hi Nathan, On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich nat...@tootallnate.net wrote: Hello all. I am using nodejs, and specifically ciranj's node-oauth[0] module, attempting to override the default callback URL with an explicit one as per the 1.0A specification changes. I'm not entirely

Re: [twitter-dev] 401 error what am i doing wrong here (user search)

2010-12-25 Thread Ciaran
Just out of interest does your searchbterm contain commas? If so when using twitter you'll need to encode this parameter first before passing the URL to the client (it seems :( ) -cj On Thursday, December 23, 2010, Cujo deko...@gmail.com wrote: For the last call i rewrote my code to set the

Re: [twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2010-11-13 Thread Ciaran
On Fri, Nov 12, 2010 at 11:31 PM, dan dfran...@gmail.com wrote: By ui-encoding you mean percent-encoding? I did mean uri-encoding ;) iphone's suck :) -cj. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-10 Thread Ciaran
Try ui-encoding them first, my understanding of the Twitter OAuth signature validation is that it is non-standard (although there appears to be debate about this) I suspect if you encode them first before signing the url it will start to work -cj. On Tue, Nov 9, 2010 at 6:11 PM, dan

Re: [twitter-dev] Streaming API, Basic Auth Ok, OAuth Unauthorized?

2010-10-25 Thread Ciaran
Hey Bradley, This is another instance of the the ongoing (and as yet un-answered sadly) question I have in the mailing list about my client (which iirc you're using) See : http://github.com/ciaranj/node-oauth/issues#issue/7 and

Re: [twitter-dev] Re: Streaming API, Basic Auth Ok, OAuth Unauthorized?

2010-10-25 Thread Ciaran
On Mon, Oct 25, 2010 at 10:53 PM, bradley.meck bradley.m...@gmail.com wrote: So in my case i just encodeURIComponent somewhere? I tried on the POST params and it did not work, nor did the 4 permutations of api-key/ secret and access-token-key/secret. Odd, Escaping

Re: [twitter-dev] Re: Streaming API, Basic Auth Ok, OAuth Unauthorized?

2010-10-25 Thread Ciaran
On Mon, Oct 25, 2010 at 11:28 PM, themattharris thematthar...@twitter.com wrote: Hey everyone, So OAuth encoding can get confusing and lead to situations like this so i'll go through a very verbose walkthrough to hopefully explain how it all works. First, thank you for taking the time to

[twitter-dev] Repeat request for clarification on signing specifics of Twitter OAuth (and possible deviations from the RFC/Specs)

2010-10-21 Thread Ciaran
Hi Folks, Apologies for re-posting this question, but I asked (in what I though was a fairly detailed and accurate manner :( ) a week or so ago this question: http://groups.google.co.uk/group/twitter-development-talk/msg/4d858cc2d48b63aa?hl=en Is there any chance someone is here that

Re: [twitter-dev] Trying to use Streaming API with OAuth but times out - Suggestions?

2010-10-12 Thread Ciaran
On Tue, Oct 12, 2010 at 3:16 AM, Bartek bart.ci...@gmail.com wrote: Hi there, I'm new to the Twitter API so forgive me if I'm missing something blatant. I just wrote a small node.js script that connects to Twitter and fetches the specified timeline. The library I am using for OAuth is:

Re: [twitter-dev] Re: Trying to use Streaming API with OAuth but times out - Suggestions?

2010-10-12 Thread Ciaran
np ;) -cj. On Tue, Oct 12, 2010 at 12:22 PM, Bartek bart.ci...@gmail.com wrote: Thanks a bunch! On Oct 12, 5:39 am, Ciaran ciar...@gmail.com wrote: On Tue, Oct 12, 2010 at 3:16 AM, Bartek bart.ci...@gmail.com wrote: Hi there, I'm new to the Twitter API so forgive me if I'm missing

Re: [twitter-dev] Re: can't follow more than one user

2010-10-07 Thread Ciaran
On Thu, Oct 7, 2010 at 10:04 PM, Malte malte@gmail.com wrote: Hi, because I'm using the same library and was not finding the same problems when connecting to site streams I looked for what I was doing differently: Turns out, if one URL encodes the komma in the follow list the OAuth

Re: [twitter-dev] Re: can't follow more than one user

2010-10-07 Thread Ciaran
Ah you *are* that other user! Doh :) - cj On Thursday, October 7, 2010, Ciaran ciar...@gmail.com wrote: On Thu, Oct 7, 2010 at 10:04 PM, Malte malte@gmail.com wrote: Hi, because I'm using the same library and was not finding the same problems when connecting to site streams I looked