Skip to content

Instantly share code, notes, and snippets.

View afzafri's full-sized avatar
🎯
Focusing

Afif Zafri afzafri

🎯
Focusing
View GitHub Profile
@afzafri
afzafri / facebook_leads.md
Created February 22, 2019 06:38 — forked from tixastronauta/facebook_leads.md
Receiving Facebook Leads on a Webhook

Receiving Facebook Leads on a Webhook

1 - Create an App

Head over to developer.facebook.com and create an App

2 - Setup the webhook

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

@afzafri
afzafri / malaysia_postcode_list.json
Created September 19, 2016 17:08 — forked from zulhfreelancer/malaysia_postcode_list.json
Malaysia Postcode List By State (JSON)
{
"prepared_by": "Zulhilmi Zainudin",
"last_update": "21 June 2016",
"data": [
{
"state": "Selangor",
"codes": [
"40000",
"40100",
@afzafri
afzafri / saps-fetcher.php
Last active January 1, 2016 13:18 — forked from shahril96/saps-fetcher.php
Simple SAPS data fetcher
<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 :
@afzafri
afzafri / instagram-fetcher.php
Created December 29, 2015 15:08 — forked from shahril96/instagram-fetcher.php
Simple Instagram media info fetcher
<?php
/*
* title : simple instagram info fetcher
*
* author : shahril
* receipant : afif zafri
* date : 29-dis-2015
*/