This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Instagram Operations

To use the Instagram connector, add the <instagram.init> element in your configuration before any Instagram operations.This Instagram configuration authenticates with Instagram by specifying OAuth 2.0 protocol access token,which is required for most of the operations. For more reference follow https://instagram.com/developer/authentication/

init
<instagram.init>
    <accessToken>{$ctx:accessToken}</accessToken>
</instagram.init>
Properties
  • accessToken: accessToken to allows making requests.

Now that you have connected to Instagram, use the information in the following topics to perform various operations with the connector.