Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find Username of skype from Microsoft Bot Framework Channel

I have implemented bot application for Skype using Microsoft Bot Framework (version 3.0.0.59).

I implemented how to retrieve the Skype Name & Id but I'm not being able to retrieve the username of the Skype account. How can I get username of my Skype account?

like image 988
maddy7781 Avatar asked Nov 09 '16 09:11

maddy7781


1 Answers

It's not possible. Since the v3 version of the API the user is now represented by a unique user ID per bot. This is to provide an extra layer of privacy to the users (pretty much like Facebook).

In the From property of the MessageActivity you will only find the Id and the Name but not the username

like image 88
Ezequiel Jadib Avatar answered Nov 15 '22 08:11

Ezequiel Jadib