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
Looking at the code, you are handling the notifications by using the graph api and Socket.io directly allthough there is a SPFx standard package "sp-list-subscription" available, which would at least eliminate the need for graph permissions.
So the question is:
Why aren't you using sp-list-subscription for this sample and would that work as well?
Thanks
Thomas
The text was updated successfully, but these errors were encountered:
Regarding your question about Why not "sp-list-subscription", I believe that sp-list-subscription will work as well but, in this case, you would need to renew SP-list subscription every 180 days.
I'm using SharePoint Webhook "sp-list-subscription" approach to receive notifications about changes that are happening in Site Pages library, and it works fine.
Sample
react-application-my-lists-notifications
Author(s)
@hugubarnier
Question
Looking at the code, you are handling the notifications by using the graph api and Socket.io directly allthough there is a SPFx standard package "sp-list-subscription" available, which would at least eliminate the need for graph permissions.
So the question is:
Why aren't you using sp-list-subscription for this sample and would that work as well?
Thanks
Thomas
The text was updated successfully, but these errors were encountered: