Create a Hootsuite developer app
Register a new app in the Hootsuite Dev Portal to obtain the Client ID and Client Secret used for OAuth 2.0 authorization.
Sign in to Hootsuite
Sign in to your Hootsuite account with your email and password.
Open App directory
In the left sidebar of the Hootsuite dashboard, click More, then click App directory in the panel that opens.
Open Developer apps
On the App directory page, click Developer apps in the top right.
Create a new app
On the My Apps page of the Dev Portal, click Create an app. A modal titled Create an app opens.
- Enter a name in the App name field.
- Enter a short summary in the Description field (up to 80 characters).
- Click Create to create the app.
Open the app
Back on the My Apps list, click the name of the app you just created to open its detail page.
Configure redirect URL and copy credentials
Open the Security section of the app to retrieve the OAuth credentials and configure the redirect URI.
Open Security
In the left sidebar of the app detail page, click Security under Create. The Rest API tab is selected by default.
Copy the Client ID and Client secret
Under Rest API information, copy the values and paste them into StackOne Hub.
- Click Copy next to Client ID and paste it into the Client ID field in StackOne Hub.
- Click Show secret to reveal the Client secret, then click Copy and paste it into the Client Secret field in StackOne Hub.
Add the StackOne Hub redirect URI
Scroll to App redirect URIs, click the + button to add a new entry, paste the StackOne Hub redirect URI into the new field, then click Save redirect URIs.
- Add
https://api.stackone.com/connect/oauth2/hootsuite/callbackto the list of redirect URIs.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Hootsuite:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Hootsuite
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile