python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Microsoft teams deep link how to pass query parameters
I have created a custom bot, with yo teams generator, which is also registered in azure. In addition, I have a deeplink to this bot in order to display a task module, when clicked from teams, with htm...
christos.goulas
Votes: 0
Answers: 1
Unexpected data in messaging event for guest using MS Teams bot
We have a MS Teams bot set up in a customer's tenant. The bot is installed in one team. We use the Microsoft Bot Framework REST API & webhooks to receive messaging events from users to the bot, an...
Konrad
Votes: 0
Answers: 0
"There was a problem reaching this app" error in the Lists app, on the web version of Teams
I (the owner of the channel) added a Lists tab to the Channel. It works fine when I view it in the browser. For one member, when he uses the web version of Teams, this tab refuses to load. It displays...
md1000
Votes: 0
Answers: 0
Connect to MicrosoftTeams 3.0.0 using Accesstokens fails with the error 'Object reference not set to an instance of an object'
I am running the below script to connect-microsoftteams from powershell.
$clientSecret = "xxxx"
$tenantName = "xxx.onmicrosoft.com"
$tenantNameshort = ""
$tenantId = &...
Sparks Priya
Votes: 0
Answers: 1