Hello,
Here is the line of code to use for testing:
Do you know why? Is there problems with deserializing dates?
Regards,
Adrien.
Here is the line of code to use for testing:
IUser user = User.GetUserFromScreenName("TWITTER_ID");
If I set my computer date format to MM/dd/yyyy and we are the 23 September (09/23/2014), the GetUserFromScreenName return null. If we are on the 1st September, there is no problem.Do you know why? Is there problems with deserializing dates?
Regards,
Adrien.