Forum Discussion
norxnd
Nov 04, 2020Brass Contributor
Problem with Bot Framework
I have created a simple bot. And it's 100% working on the emulator. (I have tested it) But when I have created it on real-teams via https://dev.botframework.com/bots/new and via manually uploading ma...
- Nov 12, 2020
Ok. I solved the problem for myself! That was very easy and it was a problem with my code. I needed to add AppID and Password from App Studio to my Adapter class.
norxnd
Nov 04, 2020Brass Contributor
Nikitha-MSFTWell I'm trying to make a Teams chatbot that will react to messages and do some actions and I just do not know what to do. I'm probably doing everything wrong because I don't understand any of this API / Framework at all. I do not have an Azure subscription.
Hare is my test code: https://repl.it/@NORXND/teams?lite=true
And I do not know If it has auth. I do not know anything
Nikitha-MSFT
Nov 09, 2020Former Employee
- norxndNov 09, 2020Brass Contributor
Nikitha-MSFTI have checked the docs first. I said, bot works in emulator. But thanks for help.