Project DescriptionC# Wrapper for the Flickr API built for use in Silverlight.
OverviewAccessing the
Flickr API from
Silverlight has never been easier. Unlike the existing
Flickr.Net wrapper, which relies on a lot of custom serialization and request issuing/response processing code, the Flickr API for Silverlight harnesses the built in capabilities of WCF to perform requests. And it is designed specifically for Silverlight.
StatusThis project is still in early stages and only has a small number of methods tested. Contributions are welcome!
DownloadCurrently the project is only available via source code download (see the Source Code tab). Once I get better coverage of the FlickerAPI I will do a beta release.
DependenciesThe Flickr API for Silverlight depends on
WCF Rest Extensions for Silverlight. You'll need to checkout both repositories to build.