laravel-microsoft-graph
laravel-microsoft-graph copied to clipboard
Laravel package for Microsoft Graph API (Microsoft365)
Would you be interested in adding support for the delta call within the Graph API? [https://learn.microsoft.com/en-us/graph/api/message-delta?view=graph-rest-1.0&tabs=http](https://learn.microsoft.com/en-us/graph/api/message-delta?view=graph-rest-1.0&tabs=http)
After a successful login, upon returning to the redirect URI, I get: ``` { "error":{ "code":"InvalidAuthenticationToken", "message":"CompactToken parsing failed with error code: 80049217", "innerError":{ "date":"2022-10-10T10:54:32", "request-id":"18925d88-bfc6-4d27-b579-7648264e1221", "client-request-id":"18925d88-bfc6-4d27-b579-7648264e1221" } } ```...
Hi, I'm trying to get my personal emails by your pkg, this is my code: in `.env` : ``` MSGRAPH_CLIENT_ID=01306e60-4f2d-425cxxxxxxxxxx // Application (client) ID from 'aad.portal.azure.com' MSGRAPH_SECRET_ID=f3cb7221-4a86-468cxxxxxxxxxxx // Object ID...
Add 'ressource' in params in order to prevent the 'Access token validation failure. Invalid audience.' error
It's my first fork, so i was testing before :D In this pull request is small fixes for return type.
When trying to create a Teams meeting, it works, but the returned JSON is a string so the following error is generated... _Dcblogdev\MsGraph\MsGraphAdmin::isJson(): Argument #1 ($data) must be of type...
Hi, Looking at the latest release, I think the `object` type is not ok:  The static $userModel is a `string` but the method type is an `object`. Can it...
Hii, i have the issue after login pop up microsoft is success, the response error is like this, can you help me for this issue ?, i'm using version 3.2.0...
I have issue this month when i want to upload my file (ZIP) to Onedrive. On Laravel Log it's showing **Cannot use object of type stdClass as array {"userId":16,"exception":"[object] (Error(code:...
Would you be open to integrating the Calendar part of the Microsoft Graph API into your package? If needed, i'm willing to contribute and submit pull requests to help implement...