err, sorry the message was sent too fast, let me explain again:

So I'm trying to get the timeline using oauth ruby gem but I keep
getting a 404 error, here's how I do it:

     @consumer = OAuth::Consumer.new(key, secret, {:site=>'http://identi.ca'})
     @accesstoken = OAuth::AccessToken.new(@consumer,
self.identica_token, self.identica_secret).

Then I try to access it that way:

@accesstoken.get('http://identi.ca/api/statuses/public_timeline')

which returns:

 => #<Net::HTTPNotFound 404 Not Found readbody=true>

Any idea what's wrong?

Thanks in advance,

Pat
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to