0
votes

Might i'l get many negative votes for this. But i didn't find nothing similar.

Currently i'm using bot framework dashboard to connect my bot to Facebook by setting up Messenger channel. All the settings, callback URLs, etc.

Is it possible to avoid bot framework dashboard by Microsoft and configure Messenger channel without those settings ?

Is it possible to configure Messenger channel directly from my bot instance without any additional tools (such bot framework dashboard) ?

1
No, but if you're prepared to play a bit fast and loose you can use this api to talk directly to Messenger.stuartd
Can you explain more about this project ? :DBob Swager
I tried to clone this project, but i think this is a module or something like that.... Btw I'm using c#. Not node.js. Check this : prntscr.com/f6ljs0Bob Swager
It's a node.js app that acts as a bridge to the FB messenger API. It is definitely possible to use in in C# by using Edge.js to run a node script that calls the API and marshals messages back and forth. TBH you're better off with the pain of setting up channels manually!stuartd
Ok, thanks :) Can you see this thread : stackoverflow.com/questions/43469764/… , please :)Bob Swager

1 Answers

1
votes

I don't think that is possible, the configuration is currently done through the Dashboard. Out of curiosity, what's wrong with the dashboard?