MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
282 stars 503 forks source link

There is no documentation for NodeJS and calling APIs with access token #891

Closed textminer closed 5 years ago

textminer commented 5 years ago

There is no documentation for NodeJS and there is no documentation on how once the access token is obtained how can be used to call external REST APIs. (like SharePoint).

Thanks.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Gousia-Begum commented 5 years ago

@textminer Please check these docs on Getting started with NodeJS and a Auth sample in Node.

wictorwilen commented 5 years ago

In this repo you will find plenty of auth samples. The full sample in teams-dynamics-code do all sorts of auth and fetching of access tokens (server and client side)

https://github.com/wictorwilen/ECS19-msteamsdev-powerclass