Hi,
I am not sure what you are doing wrong but this is working perfectly well here.
I have also added a method to the static User class so that you no longer need to use the UserFactory in 0.9.4.0 which is coming soon.
It will also be renamed to GetUsersFromScreenNames.
Here is the code I am using :
Linvi
I am not sure what you are doing wrong but this is working perfectly well here.
I have also added a method to the static User class so that you no longer need to use the UserFactory in 0.9.4.0 which is coming soon.
It will also be renamed to GetUsersFromScreenNames.
Here is the code I am using :
var userScreenNames = new[] {"blindasfcuk"}; var user = User.UserFactory.GetUsersFromNames(userScreenNames);