[Fixed]-How Can I Write a Django Model To Store Details of Users Who Communicate With My Messenger Bot

1👍

Make a get request to https://graph.facebook.com/v2.6/?access_token=PAGE_ACCESS_TOKEN with sender id received and your page access token string, you will get a JSON containing some basic information about the user.

Leave a comment