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


i'm building facebook messenger bot, , wish create django model store users communicate bot built in django.

the user api documentation states how user's details, don't know how incorporate in model. here link user api.

make request https://graph.facebook.com/v2.6/?access_token=page_access_token sender id received , page access token string, json containing basic information user.


Comments