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

Long term Access Tokens for Dailymotion

I want to obtain long term access tokens on the server side for Dailymotion. I have been following http://www.dailymotion.com/doc/api/authentication.html , but it only gives a short term access token along with a refresh token I have implemented the…
user3392740
  • 445
  • 2
  • 7
  • 19
0
votes
1 answer

Dailymotion Flash Player API

Dailymotion Flash API has been discontinued. It redirects to use new Player API. Old Flash API: http://www.dailymotion.com/pl/doc/api/player-deprecated/flash_api New Player API: http://www.dailymotion.com/doc/api/player.html Old API is still working…
speedy
  • 129
  • 5
  • 14
0
votes
1 answer

Dailymotion API Browser session

I have the following code DM.init({apiKey: 'my key', status: true, cookie: true}); function Login_DM(callback) { DM.login(function(response) { if (response.session) { …
user3392740
  • 445
  • 2
  • 7
  • 19
0
votes
1 answer

Dailymotion api showing error with http protocol

I am trying to get the dailymotion video details with the following link using file_get_contents method i.e http://api.dailymotion.com/video/x1ckrm4. But here I am getting "403 Forbidden URL [2]" error but when I use https protocol, I am getting…
K. V. Suresh
  • 897
  • 7
  • 8
0
votes
1 answer

How to embed online videos in flash

Hi I'm wondering if there is a way to embed online videos in my flash file. I know its possible to embed videos from youtube but I need from different website. For now I need form http://www.dailymotion.com/ or maybe some other sites. Is there any…
0
votes
1 answer

Firing Dailymotion change events

I have a very basic question, I have the following code, I basically just trying to login to dailymotion. window.dmAsyncInit = function() { DM.init({apiKey: 'MyAppID', status: true, cookie: true}); console.log('sdk…
kosta
  • 4,302
  • 10
  • 50
  • 104
-1
votes
1 answer

Invalid parameter `publish' for `POST videos in Dailymotion Live stream Api

I'm trying to use Dailymotion api for create Live stream. But it does not work with publish parameter. {"error":{"more_info":"https://developer.dailymotion.com/api#error-codes","code":400,"message":"Invalid parameter publish' forPOST…
-1
votes
1 answer

Date api for private videos

I have the following code $api = new Dailymotion(); $api->setGrantType( Dailymotion::GRANT_TYPE_PASSWORD, $apiKey, $apiSecret, array(), array( 'username' => $username, // don't forget to sanitize…
-1
votes
1 answer

Dailymotion API Usage

I am just hitting below mentioned url of Dailymotion api to search for a video and then use video id to be played in videoplayer provided by daily motion.…
Ankit Adlakha
  • 1,436
  • 12
  • 15
-1
votes
1 answer

Can I use Dailymotion sdk on swift

I want to use https://github.com/dailymotion/dailymotion-player-sdk-ios and this is the demo app on objective-c https://github.com/dailymotion/dailymotion-api-demo-objc Can I implement it in swift?
SpyZip
  • 5,511
  • 4
  • 32
  • 53
-1
votes
1 answer

How can I check if the stream is online or not?

I know how to test if the stream is online with the API ? Because I want to put a Red circle in my menu if the the stream is online ! Can you help me ?
-1
votes
2 answers

is there any way play youtube videos in dailymotion player new beta version

So far this is what I have: so i need the player to play this video 'https://youtu.be/hXI8RQYC36Q?list=PLFgquLnL59akA2PflFpeQG9L01VFg90wS' adding player js