Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-24 Thread Vincent Lefevre
On 2010-11-23 21:25:41 +0100, gregor herrmann wrote: Amir pointed me to the patch in his branch [0], and I've prepared preliminary source and binary packages at http://people.debian.org/~gregoa/tmp/bti/ Could you please try them with identi.ca and OAuth? No problem with Twitter. With

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-24 Thread gregor herrmann
On Wed, 24 Nov 2010 15:00:52 +0100, Vincent Lefevre wrote: Hi Vincent, thanks alot for testing! http://people.debian.org/~gregoa/tmp/bti/ Could you please try them with identi.ca and OAuth? No problem with Twitter. Good to know it stills works :) With identi.ca, there may still be a

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-24 Thread Mehdi Dogguy
On 24/11/2010 17:45, gregor herrmann wrote: Mehdi: The situation from my point of view is like this: * 026-1 (squeeze): doesn't work with twitter (oauth), works with identi.ca (basic auth), doesn't work with identi.ca (oauth) - bad * 028-1 (sid): works with twitter (oauth), works with

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-24 Thread gregor herrmann
On Wed, 24 Nov 2010 17:55:04 +0100, Mehdi Dogguy wrote: Since you have already offered to unblock (liboauth and) bti 028-1, I'd suggest that I upload 028-2 to unstable (with the new (one-line) patch (and a fix for a typo in the README.Debian, if you don't mind)) if you agree to unblock it.

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-23 Thread gregor herrmann
On Sat, 06 Nov 2010 17:28:31 +0100, gregor herrmann wrote: It says so for Twitter and I assumed that it works the same for identi.ca (that's why I wrote should be the same in the README). It seems that this assumption might be incorrect ... According to

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-18 Thread Vincent Lefevre
On 2010-11-06 14:09:03 +0100, Vincent Lefevre wrote: On 2010-11-06 00:52:30 +0100, gregor herrmann wrote: Since, if I understand the situation correctly, the problem is only related to identi.ca (which doesn't need OAuth) and not to twitter, I'm lowering the severity, since bti is usable

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-06 Thread Vincent Lefevre
severity 602507 important tag 602507 + upstream thanks (done again since cont...@b.d.o wasn't apparently Bcc'ed) On 2010-11-06 00:52:30 +0100, gregor herrmann wrote: It says so for Twitter and I assumed that it works the same for identi.ca (that's why I wrote should be the same in the README).

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-06 Thread gregor herrmann
On Sat, 06 Nov 2010 14:09:03 +0100, Vincent Lefevre wrote: severity 602507 important tag 602507 + upstream thanks (done again since cont...@b.d.o wasn't apparently Bcc'ed) Great, thanks. On 2010-11-06 00:52:30 +0100, gregor herrmann wrote: It says so for Twitter and I assumed that it

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
Package: bti Version: 028-1 Severity: grave Justification: renders package unusable /usr/share/doc/bti/README.Debian gives some instructions for work with OAuth. I've registered a new application for Identi.ca to get the consumer key and secret, and created a ~/.bti file with the two lines as

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
On 2010-11-05 13:35:54 +0100, Vincent Lefevre wrote: Something has changed since bti no longer asks me for an account name for identi.ca (or prints an error message for Twitter). But running bti alone or with --host identica does nothing: ypig:~ bti ypig:~ bti --host identica ypig:~ With

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
I've modified the source to display additional debug messages: static int parse_osp_reply(const char *reply, char **token, char **secret) { int i, rc; int retval = 1; char **rv = NULL; rc = oauth_split_url_parameters(reply, rv); for (i = 0; i rc; i++)

Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread gregor herrmann
severity 602507 important tag 602507 + upstream thanks On Fri, 05 Nov 2010 13:35:54 +0100, Vincent Lefevre wrote: Package: bti Version: 028-1 Severity: grave Justification: renders package unusable Thanks for testing bti with OAuth and identi.ca and for your bug report!