-
Notifications
You must be signed in to change notification settings - Fork 32
BitBucket
This article describes features in an upcoming release!
This article is current incomplete!
The current support for the BitBucket API is very limited. Below I'll describe the features currently supported.
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.