With upgrade from 1.1 to 1.2.1.1 the call
provider.retrieveRequestToken(consumer, null);
no longer succeeds.
provider.retrieveRequestToken(consumer, "");
works, but according to docs the first call is correct.
See also http://josm.openstreetmap.de/ticket/5100
The request sent to server contains an line like
Authorization: OAuth null, ....
which is very likely wrong and results in an 401. The "null" argument to
callback seems not properly handled anymore and is written into the
Authorization line instead of beeing skipped.
Original issue reported on code.google.com by goo...@dstoecker.de on 30 Aug 2010 at 4:01
Original issue reported on code.google.com by
goo...@dstoecker.de
on 30 Aug 2010 at 4:01