Forum Discussion
aniketkadwane1600
Aug 12, 2020Copper Contributor
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
I have integrated custom application to Ms-teams using manifes.json file. All the content I can access using providing url for tabs in manifest.json and I have given all the permissions from Teams ad...
aniketkadwane1600
Aug 18, 2020Copper Contributor
Nikitha-MSFT - I have implemented sample code for Messaging extension Search. Now I want to know for my custom application should I use the same code with API changes and handle response for custom application ?
Below is the api and image of result which I get in search:
var obj = JObject.Parse(await (new HttpClient()).GetStringAsync($"https://azuresearch-usnc.nuget.org/query?q=id:{text}&prerelease=true"));
alexisconia
Aug 20, 2020MVP
aniketkadwane1600 I'm not sure to understand what you want to do. Based on your image, it seems that our application is working now. What do you mean by "should I use the same code with API changes and handle response for custom application". Thanks
- aniketkadwane1600Aug 25, 2020Copper ContributorYes it is workings and got the solution. Thank you for guidance