How can I get the list of subscribers to my channel list?
I have seen this : Twitch API - Authentication
now I have client_id, redirect_uri… ,but I still don’t understand how to use that with PHP.
I’m a novice programmers. Need some tips. Thanks.
There are quite a few posts here on the forum how to integrate with PHP. At a high level, I would recommend learning how to use cURL in PHP and how to integrate with an OAuth service. Barry’s responses in this thread can help: Authorization Code Flow
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.