I have a fb messenger chatbot and the user ID I get from sender.id in fb's payload is different (app-scoped) than the user id that I can use to make a link to a user's profile page (for instance with: https://www.facebook.com/profile.php?id=[id] or shorter without the profile.php thingy).
Is there a way to get the "real" or "global" user profile facebook ID so that I could create a functioning link to a user's profile?
I've tried using app_scoped_user_id/[id] (as suggested in some existing answers) but it didn't work.