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
2
votes
0 answers

Dailymotion OAuth2 - Connect with Google+

When trying to authorize an application to access a Dailymotion user's account using OAuth 2, the authorization prompt shows and allows the user to log in with his credentials, or with his facebook account. However, there is no option to connect…
faouzic
  • 21
  • 2
2
votes
1 answer

Accessing a password protected video on DailyMotion

I am trying to build a PHP app to access & read my own movies on DailyMotion. A movie on this DM site can have 3 different statuses : public, private, or password protected. The movies I want to access belong to the latter categorie. However, I did…
Treblig
  • 21
  • 1
  • 3
2
votes
1 answer

Progress Url dailymotion api

How to get progress file uploading with dailymotion api? It is possible to get percentage the progress file uploading? I'm using ajax jquery. $.ajax({ type: "POST", url: 'http://localhost:81/video_api/api_bridge/requestUrl',…
deer dance
  • 39
  • 1
  • 6
2
votes
1 answer

How to get dailymotion trending?

I am using below url to get Dailymotion trending videos, If i open the url in browser, it gives the correct data, but while scrapping the api using php, it gives me different…
MK MK
  • 23
  • 5
2
votes
1 answer

dailymotion API postMessage error with IE9

I want to use the dailymotion player API and post messages don't work with ie9 (windows 7). var dmplayer = document.getElementById("dmplayer"); var source = null; var origin = null; var postMessageListener = function (e) { if(source ==…
Dahoo
  • 23
  • 4
2
votes
1 answer

Can not play a mp4 video in android VIdeoview from a remote url

I have been trying to play a mp4 video from a remote url/dailymotion .I have played an other video in .3gp format from an other website ,it worked fine ,can not play any video from daily motion in my android app , here is my all code ,can not…
aleem4
  • 23
  • 4
2
votes
1 answer

How to embed DailyMotion video on local html page?

I'm looking on how to embed a DailyMotion video on local html page, it works on server, but not on local. in my web application, I'm embedding both of DailyMotion and Youtube videos on this webapp , youtube videos are working but not DailyMotion…
Yasser B.
  • 835
  • 6
  • 20
  • 34
2
votes
1 answer

How to set custom thumbnail for video upload with dailymotion api

How to set custom thumbnail for video upload with Dailymotion API. I'm using this https://github.com/cbenard/SODailyMotionUpload/tree/master/SO%20Dailymotion%20Upload and it works for everything else just can't able to find a way to add a custom…
m.qayyum
  • 401
  • 2
  • 15
  • 44
2
votes
1 answer

How to get the iframe code for a private video with dailymotion api

I would like to use dailymotion api to get infos of my own private videos. SO ... I have a Dailymotion account I have created an API key and secret key I downloaded the PHP class I would like to get infos of my privates videos to diplay it on my…
yoyoy
  • 21
  • 1
2
votes
1 answer

How to display private videos using Dailymotion SDK on iOS?

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…
Bruno Machado - vargero
  • 2,690
  • 5
  • 33
  • 52
2
votes
1 answer

Dailymotion SDK Autoplay not working, as well as no method to stop video

I am trying to develop an app that has one Activity and a Fragment inside that Activity i have integrated Dailymotion SDK for android from github and used it with DMWebVideoView it is specified in the API documentation that to Auto Play You can make…
Bhavik Mehta
  • 573
  • 8
  • 21
2
votes
1 answer

Get Dailymotion video desctiption from URL

I'm trying to extract video information from Dailymotion video URLs. I'm able to get information such as thumbnail, title, channel and arthur from a valid Dailymotion API url. eg…
Body
  • 3,608
  • 8
  • 42
  • 50
2
votes
3 answers

How to play dailymotion video inside a WebView in Android

I need to play a video from daylimotion in an Android WebView, I've tried with several approuches but haven't found a working solution. The video I need to play is like the one in the following…
Alejandro Casanova
  • 3,633
  • 4
  • 31
  • 46
2
votes
1 answer

How to get RSTP video link from Dailymotion?

Is there a way to get video link from Dailymotion like this link for Youtube http://gdata.youtube.com/feeds/api/videos/+code+?alt=json Is there an equivalent for Dailymotion ? I search but I didn't find any direct link...
Androzr
  • 65
  • 1
  • 10
2
votes
1 answer

Correct way to use the Authorization code obtained

I am fairly new to REST concepts I want to obtain access token for Dailymotion. I am following http://www.dailymotion.com/doc/api/authentication.html I am using a REST client called POSTMAN on Chrome to test the responses. Step 3 in the link…
user3392740
  • 445
  • 2
  • 7
  • 19
1
2
3
16 17