microsoftgraph / msgraph-sdk-php

Microsoft Graph Library for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: how to obtain accessToken from graphServiceClient?

alecrt opened this issue · comments

I need to call Sharepoint REST Api v1 in order to get comments of a ListItem.

How can I get the accessToken from a client instatiated as follow?

$tokenRequestContext = new ClientCredentialContext(
         $tenantId,
         $clientId,
         $clientSecret
      );
$client = new GraphServiceClient($tokenRequestContext);

There's an ongoing discussion about this here so I'll close this.