I was testing my platform and then I decided to delete the conversation that I had with my chatbot but after deleting the conversation I tried to access my information using message.user but found out later that it was not the same.
So what I happens is if I delete conversation new id is being given which I can't even use with the facebook profile API, the profile API is returning the error saying the user does not exist.
The following link is the one I use to get other information concerning the user :
I was testing my platform and then I decided to delete the conversation that I had with my chatbot but after deleting the conversation I tried to access my information using message.user but found out later that it was not the same. So what I happens is if I delete conversation new id is being given which I can't even use with the facebook profile API, the profile API is returning the error saying the user does not exist.
The following link is the one I use to get other information concerning the user :
And the chatbot is no longer responding to me (Deleted conversation), it is giving the error :
How can I fix this problem that problem of message.user returning different id ?