我的网站使用 YouTube API 供用户交互。不是全部,而是一些用户名进入我的系统,它们是不存在的频道,我不确定如何检测到这个?
它们的长度正确,我已经只检查了字母数字字符串。一个例子:
l3C9jpHV76COU9UHhWNneg
这是获取帐户用户名的代码片段。大多数时候:我的这部分代码没有问题!
//User Profile Object
$userProfileEntry = $yt->getUserProfile('default');
//Get the username of the currently authed channel
$AuthedAccountName = (string)$userProfileEntry->getUsername();