Forum Discussion

tzzqwerty's avatar
tzzqwerty
Copper Contributor
May 11, 2021
Solved

Create and distribute a Teams app

Hi,

 

I hope that someone can help me because I am a bit lost.

 

I wanted to develop a teams app that I could distribute to other teams.

 

Initially, I thought that MS Graph could help me achieve this objective. My app need to fetch the list of members of a team, fetch the list of channels of a team, post message to a channel and post a message to a user (DM). Unfortunately, the app token cannot post message so I had to find an alternative. 

 

I am hoping I can use the botframework but I cannot find answers to my question:

(1) Once the bot has been built, how do I distribute it? In the Slack world, you get an oauth link that others can click on. In return, you get a bot token which allows you to GET/POST the Slack api. I am not sure if there is an equivalent in the botframework world?

(2) Is the botframework only available in node, python and .net? I would like to use PHP, please let me know if this is not possible

 

Thanks.

Resources