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
| { | |
| "USD": { | |
| "symbol": "$", | |
| "name": "US Dollar", | |
| "symbol_native": "$", | |
| "decimal_digits": 2, | |
| "rounding": 0, | |
| "code": "USD", | |
| "name_plural": "US dollars" | |
| }, |
This should help you get Sendmail installed with basic configuration on Ubuntu.
sudo apt-get install sendmail/etc/hosts file: nano /etc/hosts127.0.0.1 localhost yourhostnamesudo sendmailconfig| # To Install rabbitMQ server | |
| echo "deb http://www.rabbitmq.com/debian/ testing main" | sudo tee /etc/apt/sources.list.d/rabbitmq.list > /dev/null | |
| sudo wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | |
| sudo apt-key add rabbitmq-signing-key-public.asc | |
| sudo apt-get update | |
| sudo apt-get install rabbitmq-server -y | |
| sudo service rabbitmq-server start | |
| sudo rabbitmq-plugins enable rabbitmq_management | |
| sudo rabbitmqctl add_user admin password | |
| sudo rabbitmqctl set_user_tags admin administrator |