How can I get an oauth access token in sharepoint 2013?

后端 未结 3 656
感动是毒
感动是毒 2020-12-09 08:47

I have this site here: http://msdn.microsoft.com/en-us/library/jj164022(v=office.15).aspx

the text in some part says: The following JavaScript code demonstrates how

3条回答
  •  無奈伤痛
    2020-12-09 08:49

    There doesn't seem to be a way to get the access token only using JavaScript. You need to use an app to generate the access token. See the Sharepoint OAuth Tips and FAQs for more information about how to get the token.

提交回复
热议问题