I've been trying to use the DailyMotion iOS SDK, but the videos I need to display are all private, something I can't change. Currently, I receive the following message:
Content not Available. The video you requested cannot be displayed on this website. [xxx] has limited its access to Dailymotion.
I tried using my API key, but I'm not sure how to do it.
self.dailyMotionPlayer = [[DMPlayerViewController alloc] initWithVideo:self.externalLink params:self.parameters];
What should I use in this parameter dictionary in order to use my API key and secret? Tried using syndication
, with no luck.
Thanks in advance!