|
Re: [TBA]: Issues with TBA API
I just set up my own install, and things work fine. I suspect your API key is failing to authenticate somehow.
In tba_api_client_PHP5.php, did you change [[$api_key = ""; //replace with your API key]] to be your API key in quotes? If you left the quotes out, your api key will be "0", which isn't going to work.
|