|
Project Information
Links
|
This is the beginning of a C# library for Microsoft Silverlight to interact with Photobucket.com's web service API. It uses the oAuth C# library found on Google code. Adapting a library for oAuth authentication found on Google Code, Michael Scherotter, a Microsoft evangelist started the library and is looking for assistance in completing it. The Photobucket API can be found at the Photobucket Developer Site An example site that uses the API can be found at here with unit tests here. To use the API, you need to get a Photobucket developer ID and key here Supported APIsAll of these methods have been implemented are have unit test cases:
OAuth for SilverlightBecause the Photobucket API uses OAuth authentication, it's useful to have a library that handles that. Fortunately, I found a C# library on Google Code that I was able to adapt to Silverlight:
|