Reputation: 607
Just wondered if there is any other option to check if Skype username exists since Skype's API limits my requests on:
https://login.skype.com/json/validator
Upvotes: 2
Views: 2274
Reputation: 1989
I am not aware of any other option. I have created a small gem in ruby for checking existance of skype usernames. But it uses the same url endpoint as you metnioned above.
You can find it here https://github.com/smnplk/skype-check
Upvotes: 2