You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,20 @@ This Node.js sample shows how to start getting notifications from Microsoft Grap
8
8
* Send back a validation token to confirm the notification URL.
9
9
* Listen for notifications from Microsoft Graph.
10
10
* Request for more information in Microsoft Office 365 using data in the notification.
11
-
12
-

13
11
14
-
The previous screenshot shows the app in action. After your app gets a subscription, your app gets a notification when events happen in user data. Your app can then react to the event. This sample writes a list item for every notification received by the notification URL.
0 commit comments