pimax/fb-messenger-php

error on line 71 FbBotApp.php

Closed this issue · 0 comments

Change line 71 on FbBotApp.php

$this->apiUrl = $this->$baseApiUrl . $version . "/";
to
$this->apiUrl = $this->baseApiUrl . $version . "/";