Facebook Enables Photo Uploads through Platform API

This is an exciting development but won't be meaningful to the average user. Until now, the Facebook API has only permitted gets and queries -- you can pull information out but not put anything in. Automation both ways would make life too easy for the spammers -- we've seen the chaos on MySpace -- so understandably the Facebook API has been quiet on input. While the openness is not full blown, it is still a first step.
Third parties have developed dozens of applications with the get-only API and this move should spur more. A practical application would be one that imports photos from other photo services like Flickr. However, Flickr's own API has been tardy on export functionality, and Facebook's move might cause them to delay it even more.
MySpace continues to offload much photosharing innovation to the widget makers in the add-on ecosystem while Facebook tends its garden exclusively and carefully. However, the MySpace arms length relationship does not allow the deep integrated sharing that users see on Facebook. Photo upload is another sign of their committment to user to user content and social sharing. It would very well prove another competitive advantage that furthers Facebook's stickiness.
12:33am Wednesday, Feb 28
Tonight we added a photo upload suite to Platform, which for the first time allows applications to contribute content directly to Facebook. The suite consists of three new methods:* photos.addTag
* photos.createAlbum
* photos.uploadThese methods will allow the creation of photo exporters and plugins for a wide range of sources, from desktop applications to online photo sharing sites to photo capture devices. All uploaded photos are considered "pending," and must be approved by the user on Facebook before becoming publicly visible.
See photo uploads for a description of how these methods should be used as part of an application's workflow.
Thank you for reading this post. You can now Read Comment (1) or Leave A Trackback.
Post Info
This entry was posted on Wednesday, February 28th, 2007 and is filed under facebook, social networking.You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Cool Facebook Query Language (FQL) Queries »
Next Post: MySpace to Take 61% of 2007 Social Ad Spend »
- How to Get MagicJack and Lifecam Cinema Working on Windows 7 64-bit
- Fix for Error Installing do_mysql Datamapper Adapter on Ubuntu
- Amazon Packages and Ships OEM Hard Drives Loose in Box with Two Air Pillows and Bubble Wrap ONLY
- Devious New Targeted Financial Phishing Scam Strikes Your Cellphone
- Errata for Programming Collective Intelligence
- Yelp Battles Supporters of the Meier Family
- Pictures of Lori Drew
- Picture of Curt Drew
- Brandon Antron Rolle Goes on Trial Today
- Fixing Spurious Rails Routing Error




July 1st, 2009 23:29
I’m a programmer and I develop using open source technologies. I actually had to implement this into one of my projects. I had a tough time figuring out how I could use the methods photos.createAlbum and photos.upload in my code. Also I had problems maintaining facebook session within my application. Eventually after a lot of ordeal I did overcome all this issues and built a cool feature which would directly upload a photo from my website to any facebook account (the facebook account credentials would be asked on the fly). Here is where I’ve logged it all how I managed to do it. Just in case somebody gets benefited.
http://xenonxm.blogspot.com/2009/06/photo-upload-to-facebook-from-your-php.html