This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Code Sample For Calling Graph API without Logging In #59
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! 😊 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions