I think there is a bug with the OAuthParameters constructor. It looks like
you forgot to add the following line:
this.Verifier = null;
This causes a KeyNotFoundException if you try to check or access the
OAuthParameters.Verifier property before it has been set somewhere else.
I would expect the initial value to be null (like the other properties in
the class), but instead I get the exception.
For example, you can plainly see this issue when viewing a new instance of
the OAuthParameters class in the debugger.
-Will
will@vertigo.com
Original issue reported on code.google.com by billyz...@yahoo.com on 23 Jul 2009 at 5:09
Original issue reported on code.google.com by
billyz...@yahoo.com
on 23 Jul 2009 at 5:09