When try to use Channels feat, it requires a client_id parameter insted of api_key. But actually, channels work with api_key, as long the parameter channel is a number between 0 and 999.
A small change is necessary. Just allow the channel parameter without cliend_id, and if it occurs, check if the channel is a number between 0-999.
When try to use Channels feat, it requires a client_id parameter insted of api_key. But actually, channels work with api_key, as long the parameter channel is a number between 0 and 999.
A small change is necessary. Just allow the channel parameter without cliend_id, and if it occurs, check if the channel is a number between 0-999.