Skip to content
Anders Bjerner edited this page Sep 11, 2013 · 1 revision

This article describes features in an upcoming release!


This article is current incomplete!

BitBucket

The current support for the BitBucket API is very limited. Below I'll describe the features currently supported.

Authentication

The BitBucket API supports three methods of authentication:

No authentication
Public data can be accessed without any authentication. This is however currently not supported in Skybrud.Social.

Basic Authentication
Second is basic HTTP authentication with the username and password for your account. This is also not supported at the moment.

OAuth
The third approach is using OAuth. BitBucket's OAuth implementation uses a three-legged login process, which in Skybrud.Social is handled by the BitBucketOAuthClient class. A successful login will give you an access token and access token secret you can use to access the API on behalf of a user. You can read more about the OAuth login process at here or have a look at this WebForms example.

Clone this wiki locally