Your channel shows up in my PHP code (copied from the blog post and put it into a PHP file). The problem is with the code. You’re still setting the headers incorrectly from what I can tell. You’re calling curl_setopt_array on the $ch variable that doesn’t exist, which is likely your issue. I would recommend putting in some logging and testing from there.
1 Like