Skip to content

Instantly share code, notes, and snippets.

@dolphinsue319
Last active February 1, 2017 05:38
Show Gist options
  • Save dolphinsue319/feb99c166da7df847e289ce7440b9fae to your computer and use it in GitHub Desktop.
Save dolphinsue319/feb99c166da7df847e289ce7440b9fae to your computer and use it in GitHub Desktop.
The json string from Facebook's post request.
{
"entry": [
{
"id": "entry_id",
"time": 1485670019761,
"messaging": [
{
"sender": {
"id": "USER_ID"
},
"recipient": {
"id": "PAGE_ID"
},
"timestamp": 1458692752478,
"message": {
"mid": "mid.1458696618141:b4ef9d19ec21086067",
"seq": 51,
"attachments": [
{
"type": "location",
"payload": {
"coordinates": {
"lat": 25.01093,
"long": 124,39482
}
}
}
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment