This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Code Sample For Calling Graph API without Logging In #59
Lee Englestone (leeenglestone)
started this conversation in
General
Replies: 1 comment 6 replies
|
You could look here for basics at authenticating with client secret credentials: And here for some samples how to implement this in C# Hope these help! 😊 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi, Is there a C# code sample anywhere showing how to call the Graph API without making the user log in first?
Perhaps by creating some sort of API Key or Access Token in Azure and using that??
All the samples i've seen make the user log in..
Thanks,
-- Lee
All reactions