Flickr api vs. Picasa api [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this questionI'm building an application where users can upload pictures. All I require is for the user to upload the initial photo, and manage the title, description, tags and spatial data for kml. The ability to upload videos would be nice.
These pictures will be used as part of a custom google map application.
I'm more interested in the 开发者_Go百科effectiveness of apis vs. which service is better, as long as the above requirements can be met.
I've read that the Flickr api is great, but I'm looking for some firsthand info from those who have worked with both apis.
The other option is of course to manage this data inside the application.
I'm working with .net and jquery.
Thanks!
I've decided to go with Picasa, simply because I'm already using the goolge api with Youtube. Also, Picasa allows for simple google maps integration - all I have to do is add a GeoRss overlay to the rss feed from the album.
精彩评论