I am creating a little social network that is very simply for my football website. What I am looking to do is let the user post a wall post and be able to insert a video, link etc, then let others comment on it just like facebook.
My requirment is to display all videos by clicking that videos it want to play how to do this .how to add mediaplayer into list view and play the videos.i want to display in this format http://www.youtube.com/results?search_query=sports&aq=f
I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
I need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?
In my facebook canvas applikation, i store the access token in session. (I use ASP.NET MVC)
But i want to store the access token in a database along with the facebook user id that i can save different access tokens for different facebook users accessing my application.
So when i query the facebook user id and if it doen't return any access token, i request permissions and get the access token for that user.
How do i access the Facebook UserID for the user accessing my canvas application before doing any authentification?
i have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..
I'm trying to create a basic application, i created facebook application before but everything has been changed.
I looked every where to create a basic application, but now i'm getting mad because there isn't any working sample. Because of the changed links, facebook api changes, facebook wiki changes i couldn't find a working copy.
write a basic app that gets permission to write user name to screen in facebook developer toolkit asp.net. I looked computerbeacon.net, codeplex, and some other pages but i couldn't succeed.
Edit: I' m adding some screenshots and some codes, it will may be you to find my problem.
i created a mathod facebookInfo(string username,string password) ,so i received username and password but after receiving its not possible to login at server side,because ther is only one way to connect to facebook using facebook api ie.
facebookservie.ConnectToFacebook();
and its open IE browser,so there is any way to login automatically and get session,using any javascript or nay other way at server side using ASp.net in C#.
This site had hundreds of tutorail videos on general ASP.NET,ASP.NET 3.5, ADO.NET and many more. But now I am not able to get it, now only links to MVC and AJAX are available.
I want to show video in my web form (Asp.net 3.5, C#) when user clicks on video title then particular that video should be display and videos are in application folder.
this is my first time doing a gallery of videos using ASP.NET,I believe there are many articles on the net regarding this, but I would like to see some recommendation and different point of view :
what are the tools used?how to not allow user to download a video?what the difference between vimeo,dimecasts.net choice , what about other choices?Streaming?
Here in ASP.NET web site i saw the some sample videos(that getting started ) but they are use VB language,but i want C# language for ASP.NET.so where i get these videos for ASP.NET using c# language??
i want a player that can play flv and mp4 videos. i want to embed that player in my website (.net 3.5) i have googled a lot...but not found any....flowplayer is playing all flvs, but supports mp4 partially, some mp4 videos in flowplayer dont show video.
Has anybody been able to stream .flv videos from a database to a flash player?
I currently store videos (.avi, .mpeg, .wmv) and images in my database and I can stream these pretty good. I'm using a httphandler to do this.
But I can't get .flv videos to stream to the browser. If I don't upload the .flv file to the database but store it in the filesystem, everything works great.
Is it even possible to send a byte stream from the database to the flashplayer in the browser? I think it could have something to do with the headers of the .flv?
Can I do this or should I keep the videos in the file system?
I am using 3.5 C# with AJAX and SQL SERVER2005I have developeda webform to upload videos of any type of video lie avi,flv, etc.now, I want to display this all videos on my webform