<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
madewithlove / facebook-messenger-platform example snippets
use Madewithlove\FacebookMessengerPlatform\Api\HttpClient;
use Madewithlove\FacebookMessengerPlatform\Api\Client;
$httpClient = new HttpClient('your_access_token');
$client = new Client($httpClient);