Running OAuth.Net.Examples.TwitterClient on culture other than en-us
(pl-PL) causes FormatException on DateTime.ParseExact.
The solution is to change ExtendedUser.cs lines 088 and 089:
this.CreatedDate = DateTime
.ParseExact(value, TwitterApi.DateFormat,
CultureInfo.InvariantCulture);
same modifictaion is required i Status.cs.
I attached a patch to current trunk rev 142
Original issue reported on code.google.com by bartlomi...@gmail.com on 20 Oct 2009 at 8:12
Original issue reported on code.google.com by
bartlomi...@gmail.com
on 20 Oct 2009 at 8:12Attachments: