'Microsoft bot framework with Instgram

I was trying to build a bot using Microsoft bot framework and connect it with Instagram but I only found a graph APIs for instagram. can anyone please help & advise?



Solution 1:[1]

The BotFramework service only supports specific channels. Anything outside of those channels requires a custom adapter to be constructed to facilitate communication between the bot and the unsupported service. This is typically done by building a custom adapter. There are examples in the botbuilder-community repos that you can use to help design yours. Both the dotnet and JS libraries contains several adapters that you can reference.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Steven Kanberg