Facebook api – Where to pass context data in Response (Django)
I am wondering how to pass some context data to response in Django. I have this endpoint: /api/facebook/user/ which returns data like this: HTTP 200 OK Allow: GET, POST, HEAD, OPTIONS Content-Type: application/json Vary: Accept [ { "facebook_account_id": "176890406129409", "first_name":…