dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
122 stars 52 forks source link

I got invalid_client error dcblogdev\laravel-microsoft-graph\src\MsGraph.php:289. #16

Closed nandaborneo closed 3 years ago

nandaborneo commented 3 years ago

When I tried to get MsGraph:get("me"), I got an error message "invalid_client". I'm sure I used the right client_id because I tried not using redirect URI before and then set it with my "localhost/signin-callback" it's worked. image

image Thanks.

nandaborneo commented 3 years ago

Sorry I think it's just about my database saving wrong tokens previously. Because I used another client_id & another secret_key.