Not sure if I am missing something but I setup the new Facebook Messenger feature to run on my existing Skype Bot framework and everything works perfectly.
The only issue I am facing is that I cant seem to get the users name who is sending the message to my bot. I have tried the From fields (ID, Address, Name, etc), as well as the participant fields but they all return a number.
Description of what happens.
User logs in to a website and fills out their data and supplies their unique ids for Skype and Facebook which are saved on my backend. Once done they are able to send messages via the bot framework and I pick up who sent the message and respond with details specific to them.
Therefore I need to map the facebook user to my backend user.
I was assuming that the facebook user name would be sent across as most people know what theirs is.
Anyone know where I can get this?
Thanks