Integrate Skype into Web applicaition

Posted by Hemanth.Gottipati under ASP.NET on 4/1/2015 | Points: 10 | Views : 6888 | Status : [Member] | Replies : 1
Hi,
Is it possible to integrate skype into asp.net web application,
If it is possible can you please explain how it is possible?




Responses

Posted by: Rajnilari2015 on: 4/1/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 25

Up
0
Down
Please check this article ( How to enable Skype features in your ASP.NET website http://www.codeproject.com/Articles/15561/How-to-enable-Skype-features-in-your-ASP-NET-websi )

Also a discussion here

(

http://www.nullskull.com/q/10428296/how-to-integrate-skype-with-websiteaspnet.aspx

http://community.skype.com/t5/Windows-archive/To-integrate-skype-chat-in-website-Asp-net-with-C-Urgent-Help/td-p/285388

http://www.dotnetspider.com/forum/307331-How-integrate-skype-asp-net-application.aspx


)


But as Siva Prasad said

"
No, You can't integrate skype in your asp.net web application since there is no token interface, like this currently for Skype. You can't include skype's api to your application,Why because it is a violation of the API terms of use.
But you can integrate twitter and facebook in your asp.net web application. Your application call a special API provide by the platform (Facebook or Twitter), user has to enter their credentials in the UI. This UI is provided by the the platform and not controlled by my application. The platform after validating the user information will return a token to my application. This token is what I store and relate it to this particular user. Now when you call, let say an API to post content you have to provide the token. The platform verifies that the token is valid and then it will post the content to the appropriate account that is related to the token you provided.
"


--
Thanks & Regards,
RNA Team

Hemanth.Gottipati, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response