Questions tagged [dailymotion-api]

The API to embed Dailymotion on a website or to query Dailymotion data

Dailymotion provides two APIs:

  • The Player API lets you embed Dailymotion videos on a web page.
  • The Data API (Graph API) lets you manipulate Dailymotion data (users, videos, players, …).
247 questions
1
vote
1 answer

Dailymotion Player for private videos

We're building apps to play Dailymotion videos from our account and need to play non-public videos with the embedded Dailymotion player (or HTML5 video, but that seems not possible from what i have read so far). Our PHP script should read all clips…
user3449222
  • 11
  • 1
  • 2
1
vote
1 answer

Dailymotion embedded player set parameters

I read https://developer.dailymotion.com/player#player-parameters and this is my embed code but none of these parameters work. quality…
uingtea
  • 6,002
  • 2
  • 26
  • 40
1
vote
1 answer

How to get thumbnail of dailymotion video using the video ID

I have reviewed a lot of information, but a working version for the moment not found. I took the code from this article: How to get the video thumbnail from Dailymotion video from the video id of that video like in youtube? $id='xwxadz'; // ID…
1
vote
0 answers

Using Dailymotion API to retrieve Video IDs

I am trying to make a certain request work via the Dailymotion API, for work. Our client is a Dailymotion Partner who asked us to do 2 things from our application : Generate a XML file to MRSS-upload their videos on Dailymotion (but we do not do…
1
vote
2 answers

Dailymotion android SDK - Player control issue

I integrated dailymotion web player in my android lollipop device. But right now i am facing following problem steps followed : Pressed play fullscreen icon in player controls Then press exit fullscreen in player controls I am getting black…
Sayooj O
  • 13
  • 3
1
vote
1 answer

Retrieve unpublished videos on Dailymotion API

I'm trying to retrieve the unpublished videos I have on my DM account, i.e. the videos I've uploaded to DM but are not yet public. I'm using the PHP SDK v1.6.3 and I'm quite a beginner with the Dailymotion API. I assume (but I'm not 100% sure) that…
benoit
  • 891
  • 12
  • 22
1
vote
1 answer

DailyMotion JS Embed API on iOS & Playing video

I am trying to use the DailyMotion Embed API in order to play a video on iOS. I have disabled the chrome, because I have custom controls. This works perfectly fine on desktop and other mobile devices, but not on iOS. This has to do with iOS not…
ytudfollac
  • 33
  • 1
  • 1
  • 5
1
vote
2 answers

Dailymotion video recommendation

Hello I am making a website and I have to put some videos on my website. I have uploaded the videos to daily-motion website and I have successfully linked them to my website. however after you watch the videos it recommends different videos to you…
1
vote
1 answer

How to change the vimeo deafult skin

I need to know a way to change the vimeo player skin. I had done a bit of Google research and i came to know that it is not possible to change the vimeo skin as they do not allow it, the only thing we can do is that we can customize their…
Adi
  • 33
  • 1
  • 8
1
vote
1 answer

Dailymotion PHP API Video Upload

I hope I am not submitting a duplicate question, but I have not been able to find an answer to what I want to do. I have a script to authenticate an API for login to link a users account on one web site to their Dailymotion Account. But I am not…
MrPepik
  • 11
  • 1
  • 2
1
vote
2 answers

Dailymotion API : Add Video Category

I'm able to uploading the video to dailymotion via their data API but the video doesn't get published. I figured out that the category of the video has to be set for the video to be published. I checked the video upload api but there is no option…
1
vote
1 answer

Dailymotion issue while logout

Once after revoking the session after logout in Daily motion app. When user logins again page is redirecting to permissions page instead of login page.How to get rid of this awkward situation?
govtham
  • 11
  • 1
  • 4
1
vote
1 answer

Dailymotion activities API specification

There is no specification available for the possible values of the fields "type", "object_type" and "from_type" in the documentation of the Activity API. I was hoping to retrieve activities for some events like: Removing a video from a…
xte
  • 162
  • 2
  • 9
1
vote
1 answer

Dailymotion graph API user activities

I am using the graph API of dailymotion and in particular the /user//activities feature. There is no parameter to sort the list and no specification for the default sort order. Is there any guarantee that it is sorted by created_time (or…
xte
  • 162
  • 2
  • 9
1
vote
1 answer

Show dailymotion video and thumbnail in correct 16:9 format

If any one knows how to get the thumbnails in correct 16:9 format from dailymotion API please let me know. I tried with https://api.dailymotion.com/videos?fields=id,thumbnail_360_url,title&thumbnail_ratio=widescreen but still not getting how to get…