Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get skype contact list and status in android

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.

like image 713
dipali Avatar asked Feb 13 '14 06:02

dipali


People also ask

How do I find my contact list on Skype?

Find the person's profile you want to view in your Chats or Contacts. Tap and hold or right-click the contact's name, then select View profile from the menu. Alternatively (or for Android 4.0. 4 - 5.1 users), from within a chat, select the contact's name at the top of the chat header to view their profile.

Does Skype sync contacts?

Press the device's menu button or tap the menu icon. From your profile, scroll down to the bottom and tap Settings > Sync contacts. Select one of the following sync options: Sync all: This will add all your Skype contacts to your Android phonebook.


1 Answers

**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

like image 152
Eduardo Dennis Avatar answered Oct 09 '22 00:10

Eduardo Dennis