-1
を表示していないユーザー=どのように私は上だ場合は私のウェブサイトに=ではないビューチャンネルを行うにはどのようにチャンネル
コードへ:???
https://hastebin.com/xetanogeta.xml
を表示していないユーザー=どのように私は上だ場合は私のウェブサイトに=ではないビューチャンネルを行うにはどのようにチャンネル
コードへ:???
https://hastebin.com/xetanogeta.xml
これにすべきです助けて。
私は自分のサイトでこれを使って必要な通話の種類を選択しました。
$user = $_GET['user'];
$youtube = $user;
$test_UCLA = $user;
strlen($user);
$user = substr($user, 0, 2);
if(($user == 'UC')&&($test_UCLA !== 'UCLA')){
$data = file_get_contents('https://www.googleapis.com/youtube/v3/channels?&id='.$youtube.'&key='. $API_KEY);
}else{
$data = file_get_contents('https://www.googleapis.com/youtube/v3/channels?&forUsername='.$youtube.'&key='. $API_KEY);
}
あなたはpostメソッドを使用できます...またはURLでencodeとdecodeを使用できます –