Avraham
Avraham

Reputation: 607

Check if Skype username exists

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

Answers (1)

Simon Polak
Simon Polak

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

Related Questions