cp6 / Twitch-API-class

Feature-packed PHP class for the latest Twitch API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accessCodeUrl()

peterlaws opened this issue · comments

As the construct() calls getTokensFromFile() by default, the accessCodeUrl() fails.

If I comment out $this->getTokensFromFile(); from construct(), it is fine.

Am I missing something?