用下方Graph API取得最新留言,並json decode出post的object_ID:
https://graph.facebook.com/me/home?access_token=*YOUR_ACCESS_TOKEN*
用HTTP POST的方式Request下方的Graph API(例<form method=”post”>),post變數中包含access_token:
https://graph.facebook.com/*OBJECT_ID*/likes/
完成了~
用下方Graph API取得最新留言,並json decode出post的object_ID:
https://graph.facebook.com/me/home?access_token=*YOUR_ACCESS_TOKEN*
用HTTP POST的方式Request下方的Graph API(例<form method=”post”>),post變數中包含access_token:
https://graph.facebook.com/*OBJECT_ID*/likes/
完成了~