How to embed dailymotion player in windows phone - windows-phone

how can i embed dailymotion videos in windows phone ? Any SDK available for windows phone ? i'm searching on dailymotion website but nothing found.

There is not an not an sdk that works with windows phone but there are a web service you can call to get info from
https://developer.dailymotion.com/api

Related

Is it possible to launch custom application from Windows Phone 8.1 call log?

I have a use case for Windows Phone 8.1: user would like to search for records with phone number of a missed call in my custom WP app. There are URI associations in WP, but apparently no way to integrate into phone's call log. Are there any wor karounds to get information from phone call history (log)?
The call log history is not available to general purpose (as opposed to OEM and Mobile Operator) apps on Windows Phone.
You can request or vote on features such as this on the Windows Platform Dev Feedback site at http://wpdev.uservoice.com/forums/110705-dev-platform?query=call%20log%20api .
--Rob

How to access Calender in windows Phone 8.1 Universal app

I am looking for some example how to access windows phone calender in windows phone 8.1 universal app. I found an artical on how to read calender data but it is in windows phone 8.1 Silverlight.
Is there any way to read calendar in windows phone 8.1 Universal app?
You can use Appointments Concepts to work with Calendar events inside Windows Universal Application.
appointmentStore = await AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType.AppCalendarsReadWrite);
For more information you can check here, http://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn631243.aspx

Direct link for vimeo video

I'm developing a Windows Phone App and I want to play Vimeo video in the App. But I have an issue, Windows Phone Apps can't embed player, so player will open in browser. I don't like that it opens external app, I would like that users stay in my app.
How can I get direct link for playing Vimeo video in my own video player?
I got email from Vimeo support.
Quote:
You’ll need to become a PRO member if you’d like access to static video URLs on both the site and via our API.
Vimeo PRO FAQ: http://bit.ly/18Y8s6f

iBeacon mobile web application development

Are there any custom APIs for iBeacon access from mobile web applications? Probably it could be a mobile safari extension.
Thanks in advance.
Unfortunately, no.
You could write a native iOS app that looks for iBeacons in the background and launches a specific web app URL on mobile Safari. You could even pass ranged beacon info in query parameters.
But you would still need a native app installed on the phone to do this. And once the Safari page is launched, getting further updates is impossible, unless you use a complex web service proxy to the native app.

Android, Iphone, Windows and Blackberry API search apps

Is it possible to search apps via API on:
1. Android Market
2. App Store
3. Windows Phone App Store
4. Blackberry App World
5. Facebook App Store
and if so, can you provide specific links to that sections (not only to the develops pages)?
Thanks
you can use google api, or some simple stuff
for example you want to search games in android market place
get the result of this
games site: https://play.google.com/
in google.com
For Apple App store---
https://itunes.apple.com/search?term=+<appname>+&entity=software
There are no public apis are available for Android, Windows, Blackberry.
Paid API For Android Apps--
42Matters
For Windows, Backberry, Facebook--
Do web scrapping by using CSQuery(or) html agility pack..