Skip to content

Commit

Permalink
First Day
Browse files Browse the repository at this point in the history
1. add the curl script
  • Loading branch information
alxtz committed Dec 3, 2017
0 parents commit b0e5d55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions curl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
curl -X POST -H "Content-Type: application/json" -d '{
"home_url": {
"url": "https://news.ycombinator.com/",
"webview_height_ratio": "tall",
"webview_share_button": "show",
"in_test": true
}
}' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=『你的TOKEN』"

0 comments on commit b0e5d55

Please sign in to comment.