Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在iOS上使用Dailymotion SDK显示私人视频?_Ios_Dailymotion Api - Fatal编程技术网

如何在iOS上使用Dailymotion SDK显示私人视频?

如何在iOS上使用Dailymotion SDK显示私人视频?,ios,dailymotion-api,Ios,Dailymotion Api,我一直在尝试使用DailyMotion iOS SDK,但我需要显示的视频都是私有的,我无法更改。目前,我收到以下消息: 内容不可用。您请求的视频无法在此网站上显示。[xxx]限制了其对Dailymotion的访问 我试着使用我的API密钥,但我不知道怎么做 self.dailyMotionPlayer = [[DMPlayerViewController alloc] initWithVideo:self.externalLink params:self.parameters]; 为了使用A

我一直在尝试使用DailyMotion iOS SDK,但我需要显示的视频都是私有的,我无法更改。目前,我收到以下消息:

内容不可用。您请求的视频无法在此网站上显示。[xxx]限制了其对Dailymotion的访问

我试着使用我的API密钥,但我不知道怎么做

self.dailyMotionPlayer = [[DMPlayerViewController alloc] initWithVideo:self.externalLink params:self.parameters];
为了使用API密钥和密码,我应该在这个参数字典中使用什么?尝试使用
联合
,但运气不佳


提前谢谢

目前,iOS版Dailymotion SDK无法播放私人视频,因此无法播放私人视频

SDK可能会不断发展,将来还可以添加附加功能,所以请继续关注我们的twitter提要


仅供参考,
syndication
参数用于跟踪您作为合作伙伴时产生的收入。

即使我将身份验证令牌与视频请求一起发送?