You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an app, where a user can create bots for facebook. That in turn requires config (app_secret, token and verification) to be dynamic and not set in config/botman/facebook.php.
So question is: If I use botman studio, can I set configuration and credentials dynamically?
So OK, maybe I shouldn't have chosen exactly "botman studio", but it was a while ago.
`
but it doesn't work. in the log I found that token=null in the sent request
What did work though was setting credentials in the config and just $botman = resolve('botman');
I did that to eliminate the possibility that I messed up the integration part, or that I misunderstood about some token or something.
Thank you for your app and the whole infrastructure though, my work would not be possible without it in the first place
The text was updated successfully, but these errors were encountered:
I'm working on an app, where a user can create bots for facebook. That in turn requires config (app_secret, token and verification) to be dynamic and not set in config/botman/facebook.php.
So question is:
If I use botman studio, can I set configuration and credentials dynamically?
So OK, maybe I shouldn't have chosen exactly "botman studio", but it was a while ago.
I tried
`
`
but it doesn't work. in the log I found that token=null in the sent request
What did work though was setting credentials in the config and just
$botman = resolve('botman');
I did that to eliminate the possibility that I messed up the integration part, or that I misunderstood about some token or something.
Thank you for your app and the whole infrastructure though, my work would not be possible without it in the first place
The text was updated successfully, but these errors were encountered: