Head over to developer.facebook.com and create an App
On your server, create a facebook webhook that will handle facebook calls. Then create a "leadgen" webhook on you App: https://developers.facebook.com/docs/graph-api/webhooks/v2.5
Head over to developer.facebook.com and create an App
On your server, create a facebook webhook that will handle facebook calls. Then create a "leadgen" webhook on you App: https://developers.facebook.com/docs/graph-api/webhooks/v2.5
| { | |
| "prepared_by": "Zulhilmi Zainudin", | |
| "last_update": "21 June 2016", | |
| "data": [ | |
| { | |
| "state": "Selangor", | |
| "codes": [ | |
| "40000", | |
| "40100", |
| <html> | |
| <head> | |
| <title>SAPS IC Data Fetcher</title> | |
| </head> | |
| <body> | |
| <h1>SAPS IC Data Fetcher</h1> | |
| <form action="index.php" method="post"> | |
| IC : <input type="text" name="ic" value="<?php (isset($_POST['ic']) ? $_POST['ic'] : null) ?>"><br> | |
| Year : |
| <?php | |
| /* | |
| * title : simple instagram info fetcher | |
| * | |
| * author : shahril | |
| * receipant : afif zafri | |
| * date : 29-dis-2015 | |
| */ |