Created
February 16, 2014 19:34
-
-
Save demelziraptor/9039435 to your computer and use it in GitHub Desktop.
Code example to get a Sharepoint Access Token to use with the Sharepoint REST API using a python 3 provider-hosted Sharepoint App (using cherrypy). This code takes the data POSTed to it when you click on the app in Sharepoint, and authenticates using OAuth to get the access token. To use the Sharepoint REST API with OAuth, the app needs to be re…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really thanks!
here is my solution for nodejs
https://gist.github.com/mauricionr/ce4c4af9eb845735a825