Individual video views facebook - facebook

Anyone know if there is a way to get the number of views per each video on a fan page?
Through the graph API I am able to get the number of like son a video I was just wondering if it was possible to get the number of views, I know I can get the whole video views from the Insights but that is from the whole page and I am looking to see which is the most popular video
Per this link I am guessing it is not possible, just wondering if anyone has any other ideas.
http://developers.facebook.com/docs/reference/api/video/
Thanks!

If your server hosts the videos, then you can use your server logs to run reports.
If a third party hosts the videos, then you can contact them to see if they offer any view counts.
If facebook hosts the videos, then you will need to use Insights.
You'd be best off by having your own server host each of the videos so you can easily keep track of views, etc.

Related

Is there a way to see how many times a song has been played?

I've uploaded my band's album some time ago and I would like if there's a way to see how many times a song has been played, and if possible the geolocation from where they have been played.
I've checked the API objects but I wasn't able to find anything to check this.
Many thanks in advanced.
Kind regards,
Sorry, the information you want is not accessible through the API.

Live Video Streaming from Webcam to Website

Trying to figure out the best way to allow users to enable their webcams to stream live to my server so others can view the streams.
I've read a handful of posts on here but haven't seen a good example of a solution for this.
Really just looking for what needs to be done to have their webcam turn on and stream the feed to my server and what needs to be done to push that feed out to a page viewable by others.
I believe Adobe Flash Player would be the best to receive the feed and display for others but again need some guidance here on how to put this all together.
Any direction is much appreciated!
Thanks,
NCoder
You will require Javascript + Adobe Flash Player, the user will grant permission for their cam to be accessed.
For Adobe:
http://www.adobe.com
For Javascript:
$int event
startcam-on.user
open.? Rec.begin (int)

How to control the playlist on yahoo webplayer?

I have a self hosted wordpress site. I have few posts with embedded mp3 files. I am using yahoo web player currently. It puts a little play icon in front of all the mp3 files. Now, if the user clicks on one of the play icon, it loads the playlist with all the mp3 files in that page/post.
Is it possible to let the user pick the songs that they want to add to the playlist?
I am thinking of placing a little '+' icon for all the mp3 files and hoping that Yahoo has the necessary provision in the API.
Does anyone know a place where i can get the details on the API? Google search was not of much help in this.
Thank you.
There is some level of customization available, but might not be enough for the changes you're looking for.
Here is the official documentation: http://webplayer.yahoo.com/docs/

Wanted to know favorite play list songs of end users, should be on server or client side(sqlite) iPhone sdk?

Actually i am developing an app like net flix and in that i need to save favorite songs of end user, i am playing http live streamed videos and also i need to save played time of an video so that end user would be able to play a song from where he has left this song rather then just play it again from beginning.
They are sending me url of streamed videos in following format
http://xxxxxxxxxx/vod/definsts/mp4/low/mp4:1975010026_01.mp4/playlist.m3u8
so my question is that
What should be the best option to save user's favorite songs according to streamed url, means net flix kind of app having favorite songs in client side or at server side.what should be the preferred one and i am using MPMediaPlayerController from apple MoviePlayer sample app code.
If some one has any idea and want to know any thing more from my side then i will be available. I am and will be highly obliged for your any help.
Sorry but my English is not good and i don't know how to play with words.
Any small help or suggestion would be much appreciated.
Preferably your best option here looks like server side;
Saving the Data When you are removed from the application should be ultimately dealt with on the execution of the app to close.
you have multiple options when doing server Side Calls, One i found to be the best is ASIHTTPRequestDelegate
this has worked wonders and is fairly easy to learn.
You may even want to look into a REST method of pulling Video Feeds, may be a Faster and more secure approach.
hope this Helped! :)

Iphone and Youtube api

I want to retrieve uploaded videos from a certain youtube channel and I want to display the list in a UITableView. Then when user clicks on a row the video will play. Is this possible to do with youtube API?
Im new to iPhone app development and I need to get this done asap. Can some one provide some code samples or point me in the right direction. I cant find much useful stuff on the net
Please Help
Maybe a good start is
Google Data APIs Objective-C Client Library
or
Google Data APIs Examples