Dailymotion uploader widget callback - dailymotion-api

Is it possible to pass a callback url to the Dailymotion uploader widget (Webpartner), to be notified after a video upload ?
Thx

unfortunately it is not possible to pass a callback url to do so in this widget.

Related

How to get video id from new share url pattern

I see YouTube app updated new function to share videos with the url like this:
https://www.youtube.com/shared?ci=8A940MXKFmQ
My app is using YouTube API/videos/list to get video informations and it required the Video ID field.
How can we get youtube video id from the url above.
Thanks
This is maybe not a good way to do it, but since there seems to be no API for that, check this:
https://github.com/rg3/youtube-dl/commit/4080530624eda994d535e1a01c38ddd6d9aa3805
What they do is fetching the content and search for the meta tag with the name videoId. Again: Not a good way, maybe this approach stops working in a month or a year or maybe never.

Play a song Using Deezer SDK for Iphone

I’m integrating my application with the Deezer SDK, I already made the code so that I could authenticate myself now all I need my application to do is when I push a button a song starts how can I do this?
Is there any way to do it without having to click on the album artist and song?
With a pre defined playlist or something?
You can use the play function on the PlayerFactory object whenever you'd like. The only you need to do before that is to configure the player with the preparePlayerForTrackWithDeezerId:stream:forUserWithToken:andId: method.

JSON-RPC call from iOS homescreen bookmark?

Would it be possible to have a bookmark on my iPhone homescreen which calls a URL with a url-encoded json rpc?
If yes, what way is there to get it on the iPhone? Enter it manually in safari and then add the bookmark?
Yes! Why not. If you can open the URL in Safari, you can also save it as a bookmark.

Callback for Youtube Subscription Button

Is there a way to get a callback if a user subscribes to a youtube channel via a subscription_center ( http://www.youtube.com/t/creators_downloads ) button? Doing an onclick on the link does not guarantee a user subscribed. Thanks
I'm sorry, but there's no API around that button at this time.
turns out they have added a callback now.
https://developers.google.com/youtube/youtube_subscribe_button#Handling_Events

YouTube Subscribe Button Callback Event

Does anyone know if the YouTube scubscribe button (the one that appears in widgets on various websites) has a callback function once the user has clicked subscribe? I have looked into making my own but due to the fact they load in iframes I dont think its possibe.
It currently (2013-01-08) does not: https://developers.google.com/youtube/iframe_api_reference
Yes they recently added a callback function. In their GUI for creating a subscribe button, you can check "My application listens for button events." and it'll include the callback in the widget code: https://developers.google.com/youtube/youtube_subscribe_button

Resources