Relative Content

Tag Archive for pythonjsonflask

extracting data from a callback sent by a post request

when the balance of my service is updated, then to my server http://…/callback a post request comes with data from the screenshot and from this data I need to extract _id and socialnetworkId into a variable for further addition to the bot database and interaction (data.from.socialNetworkId and
data.from._id )