I am trying to display Skype users presence on my website. I am already done with the component part using a mock server returning the skype presence.
Is there anyway I can do a GET call that return a JSON of the availability of the user? do I need to initialize Skype using skype SDK? I have read the Microsoft Skype UCWA and it was a bit confusing.