I am using the Graph API of Facebook with webhook to channel an incoming message from a page in my application. The response received from the API is as follows:
{ "object":"page",
"entry": [{"id":"594052300785675",
"time":1495551653413,
"messaging":[{
"sender": {"id":"1501979286539065"},
"recipient":{"id":"594052300785675"},
"timestamp":1495551624095,
"message":{
"mid":"mid.$cAAJGvf9bkd5iZxgLn1cNdDAgNL_l",
"seq":505,
"text":"HOLA HOLA HOLA POKEMO GOKU DRAGON BALL"
}
}]
}]
}
How can I get the data text and then save it in my database? I'm using framework 4.0 from vb.net