pimax / fb-messenger-php

Facebook Messenger Bot PHP API
GNU General Public License v2.0
314 stars 147 forks source link

error on line 71 FbBotApp.php #168

Closed edinsof closed 5 years ago

edinsof commented 5 years ago

Change line 71 on FbBotApp.php

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