Hi, I have to add a method to get the posts and comments from graph api : But as we know every minute or every 5 minute we have a new posts and comments. And when I move to the view that contains the posts and comments I can't recieve the new posts and comments like a notifications . like facebook when any one post or comment into a page facebook we get a notification and that notification when click on it, the new comments shown or posts.
Please how can I do that ? thanks.
You have already got the answer about this here
https://qawithexperts.com/questions/385/refresh-posts-and-comments-get-new-posts-and-comments-from-g
Now, once you are able to get the new notifications and posts from api, push notification to user using SignalR in ASP.NET
https://docs.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-2.1
The above links should help you understand SignalR and using it in .net core
Hello. I have found that webhooks can get new changes in our events facebook ( page/user...) . at the below link :
but still able to understand it clearly.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly