Get skype contact list and status in android
Asked Answered
E

1

19

I am working on Skype integration with android.i am not getting any type of SDK or API that will make to get information easily.

I am using URI concept to call,video call or chat in Skype with android. i find 1 link to get status of Skype user:

http://mystatus.skype.com/skype_user_name

but this url is not working properly.

*i want to get all contact list from Skype programmatic *

i want to display status of all contact person.**

Please help me. I have done lots of search. But I didn't get anything related this.

Equatorial answered 13/2, 2014 at 6:12 Comment(10)
this python wrapper might be helpful: Skype4pyUnrivaled
@MehulJoisar i don't know how to use this github.com/awahlig/skype4py in android.. please help meEquatorial
After looking to issue list of that repo,I doubt that it won't work.Skype has shut down the api in december.and skype doesn't provide any sdk to communicate using client apps.Sorry!Unrivaled
@MehulJoisar but this python may be workful code for me... but i don't know how to convert that code into androidEquatorial
That is for desktop client.kindly go through it if you find any working APIs in that code then you can directly use it in android as webservice call.Unrivaled
@MehulJoisar how?...................................Equatorial
let us continue this discussion in chatUnrivaled
try this github.com/aditya-agarwal/Skype-Android# and github.com/…Clouded
@dipali: have you found the answer for your questionTowage
I hope this link could be a work around for your question : limbaniandroid.com/2014/01/…Beyond
J
6

**It will not work**

Microsoft killed Skype third-party tools for the desktop and there are no sdk's for Skype development.


Like you alreaddy mentioned, the most you can do is use URIs to open the users skype client:

  • Switching focus to the Skype client. (See Start/switch focus to the Skype client.)

  • Initiating audio calls to other Skype users, phones, or mobiles—both one-to-one dialogs and multi-party conferences. (See Audio call—implicit.)

  • Initiating video calls to another Skype user. (See Video call.)

  • Sending instant messages to an individual or establishing a group multi-chat. (See Chats.)

http://msdn.microsoft.com/en-us/library/office/dn745878(v=office.15).aspx

Jordans answered 5/8, 2014 at 15:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.