Examples: Twitter and Giphy
Last updated
Was this helpful?
Last updated
Was this helpful?
This example demonstrates how to create a custom authenticated integration with the Twitter API that uses OAuth 2.0 and connect it to an Airkit application.
Note: When setting up an OAuth 2.0 integration in Airkit, a refresh token is expected, and the system/endpoint must be configured accordingly. Some systems will automatically account for this and some systems may not.
A with a developer account
Sign in to and select Integrations and then **Custom Integrations.**This is where to manage the integrations associated with an organization.
Then click on Create new to add a new Custom Integration. Enter the name of the service and a unique key. This key is a global unique identifier associated with your custom integration. Then select OAuth 2.0 for the Authentication Type. This will then expand the fields that are required to create the integration.
Authorization Grant Type: choose 'Client Credentials'
Access Token Verb: choose 'POST'
OAuth Scope: enter 'read'
Client ID: enter your API key that was generated from the Twitter App
Client Secret: enter in your API Secret generated from the Twitter App
Token Parameter Type: choose 'Header'
Token Parameter name: enter 'Authorization'
Token Parameter Value Template: enter 'Bearer {token}'
Click Create to finish creating the custom integration
After setting up the custom integration, you need to connect the integration to Airkit. This will surface the integration to your application and make it usable in the app.
In the Airkit Console, go to Integrations and then **Connected Accounts.
Click on Create new and give the credential a name and choose the Twitter integration in the dropdown menu. Then click on Create, which then enables you to connect Twitter to your Airkit App!
GIPHY App with associated API Key
Then click on Create new to add the new Custom Integration. Enter the name of the service and a unique key. This key is a global unique identifier associated with your custom integration. Then select API Token for the Authentication Type. This will then expand the fields that are required to create the integration.
For the GIPHY API, provide the following for the configuration fields:
Token Paramater Type: choose 'URL Parameter'
Token Parameter Name: enter 'api_key'
Token Parameter Value Template: enter '{token}'
Click on Create to finish creating the custom integration
After setting up the custom integration, you need to connect the integration to Airkit. This will surface the integration to your application and make it usable in the app.
In the Airkit Console, go to Integrations and then **Credentials.
Click on Create new and give the credential a name and choose the GIPHY integration in the dropdown menu.
Then provide your API Token from your GIPHY app and click on Create to create an integration from GIPHY to Airkit.
For the , provide the following for the configuration fields:
Access Token Endpoint: enter
Authorization Endpoint: enter
**
This example demonstrates how to create a custom integration with the that uses an API Token and connect it to an application.
Sign in to and select Integrations and then **Custom Integrations.**This is where to manage the integrations associated within organization.
**
Now that the integrations is added, they can now be used in an application. Integrations can be used to call API endpoints directly from using the HTTP Operation.