-
Notifications
You must be signed in to change notification settings - Fork 2
End to End Example Tutorial
Michael Petychakis edited this page May 12, 2015
·
13 revisions
The easiest way to integrate new CBS for a developer is through the administration panel. Currently it is shared amongst all developers,but it will be customised per user login. Admin Panel for handling CBS First one visits the socialapp tab, chooses to create a new application and then:
- Chooses the provider from the drop down list.
- Creates a name for his application.
- He fills the client id field with the App ID, or consumer key.
- He then fills the secret key field with the API secret, client secret, or consumer secret.
- He selects the domain/site/url that the application is going to be hosted at.
- He saves the application.
- Chooses the provider from the drop down list.
- Chooses or creates a new user for the platform
- Adds the id of the user for the specific platform.
- Chooses the CBS registered application from the drop down list.
- Chooses the specific user social account from the drop down list.
- He fills the social account field with the “oauth_token” (OAuth1) or access token (OAuth2).
- He then fills the token secret field with the “oauth_token_secret” (OAuth1) or refresh token (OAuth2).
- He finally can choose to add an expiration date.
Here is the Swagger Testing Interface for API Platform which can be used to actually interact with the various CBS and the cloudlet in unified calls.
All Object calls have an Authorization field as shown in the screenshot.
