I have Messenger Bot and want to do this action.
All these data are public data ex: user fullname, picture url to display. I know can use Graph API with USER_ID,
BUT In Messenger Bot can get only SCOPE_ID, so it cannot be used in graph api.
Any way to achieve like this
and No login required.
In order to use the User Profile API, you can make a GET call to
https://graph.facebook.com/v2.6/<USER_ID>?access_token=PAGE_ACCESS_TOKEN
<USER_ID>
is the page-scoped ID PSID
that returned with any messaging object