I use
But this works case sensitive so that the same call with "USERNAME" as parameter does not find the same user. I need to find a user case insensitive. How to do that? asked 10.11.2011 at 06:44 Thomas Kohler |
Unfortunately there is no such PublicAPI method. But what you can do is create a Java class which gets all users with
Then loop over all users and compare them case insensitive and you should have what you want. answered 10.11.2011 at 07:34 Tamas KIS |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 10.11.2011 at 06:44
Seen: 2,019 times
Last updated: 10.11.2011 at 06:44