Forum Discussion
Sander Simons
Jan 24, 2019Copper Contributor
Retrieve overview of users recent documents
Hi there, We have made a SPFx WebPart which also contains a list of recent documents of the user which is using the WebPart. The recent documents is retrieved by Graph call. It now turns out that...
Feb 20, 2019
Hi Sander Simons ,
take a look here: Social Intelligence Graph api, mainly are in beta https://docs.microsoft.com/it-it/graph/api/resources/social-overview?view=graph-rest-beta but start to follow :)
Meanwhile, you can use this approach, waiting GA of graph api: Office Graph instead Microsoft Graph .
Look at this sample https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-officegraph
Here you can find the right query
Cheers,
Federico