With the DoYouBuzz API you can access all the data of the users who have authorized your application. As an independant developers wanting to use DoYouBuzz datas, this is the API you want to use.
To get your API keys, you need to activate a developer account on your DoYouBuzz account.
https://api.doyoubuzz.com
Datas are sent as XML and received as XML or JSON (append ?format=json or ?format=xml at the end of your request to get the desired format)
Once you have your API Keys, check our authentication mecanism (we use oAuth 1.0) and the methods available on the left-side menu).
You can also check our examples on Github and our demo site