Is there a way to validate that a Skype username is valid in a web app? (form validation upon account creation)
By valid, I do not mean by using regular expressions. We can easily check to see if it is 6-22 characters, starts with a letter, etc. I want to verify that either:
I guess you'll have to do exactly what you said: “similar to when we validate email by sending an email with a link to verify it”
I'd dig into Skype4py, you'll find an example of searching for someone.
So you can do:
See: need an python script that uses skype4py to send an instant message