Facebook apps are easy to make but yes, they do require users to add the application to their profile which is really a pain. There is a way to interface with Facebook from a remote site using their API but every HTTP request requires new authentication so it can be a very big pain.
Basically, follow the instructions on facebook for creating an app. You'll see that the app just communicates with your server so facebook acts as a gateway to your code. Anyone can create an app so when you think about it, the adding it to a profile thing is good. Michael Reick wrote: > Ok, here's the issue I present to the gurus on this list. > > I know absolutely nothing about Facebook, I just created an account > recently. The only thing I've found out is what an amazing time sucking > application it is. > > But, my company (i.e. sales weenies who convinced the CEO) determined > that we must upload our video files (.mp4s to be precise) to Facebook. > Both to our own company page, and if one of our users enters their > username and password, to their page as well. > > Is there an easy way to do this? I've already looked through the > ColdFusion & Facebook Dev site by Gavin Vincent, and it looks like way > more than I need. And the documentation on Facebook keeps stating that I > need to create an app, but from my (admittedly) very limited > understanding of Facebook apps, is that the other user would have to > "approve" of my app to gain access to their page to upload the video. > We really need this to be as simple as possible for our users, i.e. all > they have to do is enter their Facebook login info and my code will do > the rest. > > If I have to build a full-blown app, I will, but I was hoping somebody > on this list has done this before and can at least point me in the right > direction. > > Thanks in Advance! > > Michael > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320200 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

