Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I'm new in BotFramework and maybe you can help me.
I need to create a bot with LUIS and vinculate it to a MS Teams channel. As far I see, there are not any problem in making this approach directly on Azure, but because of the elevated price I'm looking for the possibily to make it onPrem due to costs reduction.
I have seen that deploy a BOT with a Docker container OnPrem is possible. There are any restriction I should know before start?
Microsoft allow the pages which are publicly available. You can able to access the Public HTML pages. Also You can create and upload a bot to teams. Could you please check this docs.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I wanted to develop a Bot for Teams with Graph API.
I referred many documentations , but still didn't get clear picture about this.
Can I build a bot with Graph API (in Teams) without explicit sign in. Since most of the articles are provided with Login option, I want something like single sign on when a bot is deployed in Teams.
If I build a bot in Azure with Graph API, how do i deploy it in Teams?
Please someone shed some light on this.
Thanks in Advance,
Sendil M
With specific to building bot, adding SSO with Teams/tabs, you can get it started using the following documentation and you can see the Node.js, C# samples.
To deploy/distribute the Bot in Microsoft Teams you can get it started from here.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am very new to ASP.net. I am trying to build a webform that searches an artist and displays their top 5 songs from spotify. My biggest problem as of now is figuring out where to put the code and what code to use so that I can receive this data from spotify. I have already made a spotify developer account with an app. I have the client ID and Client Secret. I think I need to figure out a way to authenticate. Any help or websites that could point me in the right direction would be greatly appreciated.
Why not read the actual Spotify API docs, it will have everything you need.
Just looking at https://developer.spotify.com/ the entire top of the page is trying to push you to the docs and I'm even seeing they provide web console to test out code and ideas.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
what is the correct https link to get JSON data for all the projects at once?
the current link to our dashboard is like this:
https://company.atlassian.net/secure/Dashboard.jspa
Would like to get all of the projects then use another https call to get all the issues for all the projects. Then after that of course look at assignees etc etc. Looking to collect this data to put into an iOS app for R&D purposes.
I am coming at this blind but I have no idea if I also need someone to set up permissions to do this or something. Never used this API before so just doing some discovery here.
You have to speak with the API :)
https://docs.atlassian.com/jira/REST/latest/
Let me know if you need further help.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to block the particular website from access to user. Is there is any API to block the website on blackberry.
Or is there is any way by which i can get the notification that which website is opened.
thanks in advance
This is possible if you are device is using BES. I'm sure that it would have to be controlled by an IT Policy in the BES. A single, standalone application should not be able to simply take control such access controls.
I don't know much about how BES works, but my understanding is that if you have administrative access to the BES infrastructure, you can institute "IT Policies" that can control pretty much everything about the devices that operate with your infrastructure.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I’m currently trying to find a way of sending Instagram DMs to specific users via an API (im building an iOS app and this is one of the functionality im trying to build). I know there are solutions that currently offer that (like Jarvee or Instazood) however none of them seems to offer an API that will allow me to do that in my own app. Given that Instagram current legacy of Instagram API that seems to allow DM will be discontinued on Dec 1st, I cant seem to find an option that enables me to do that. Any idea guys ?
Hey you can use https://github.com/dilame/instagram-private-api to send dm's to your user.
It's written in node but you can find other libraries in other languages