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
| =IF(LEN(C1)>10,RIGHT(C1, LEN(C1)-2),C1) //remove first two chars if lengh> 10 | |
| =RIGHT(A1, LEN(A1)-2) //remove first two characters | |
| =CONCATENATE(A1," ",B1) //merge cells | |
| =LEN() //get length |
| <?php | |
| function encode($string,$key) { | |
| $key = sha1($key); | |
| $strLen = strlen($string); | |
| $keyLen = strlen($key); | |
| for ($i = 0; $i < $strLen; $i++) { | |
| $ordStr = ord(substr($string,$i,1)); | |
| if ($j == $keyLen) { $j = 0; } | |
| $ordKey = ord(substr($key,$j,1)); | |
| $j++; |
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
This guide shows a simple Vici Dial installtion on a debian6_x64 droplet in Digital Ocean.
General Guidelines:
We need to install all dependencies before proceeding to install the astguiclient.