Forum Discussion
Samaresh Das
Mar 31, 2017Copper Contributor
Planner task webpart using SPFX
Hi All, I would like to develope a webpart using SPFX that will show planner task of current user. I have idea about graph API. Here i would like to know how can i get the graph token in SPFX. As th...
Apr 01, 2017
Take a look at this: https://blog.mastykarz.nl/office-graph-sharepoint-framework-client-side-web-parts/
Samaresh Das
Apr 01, 2017Copper Contributor
Thanks for your reply, though it says office graph it is actually post query which use digest token, it is similer to sharepoint REST API . I need to invoke graph api which need bearer token which is different than digest token.