Creating a MVC 3 web application, using the latest version of the C# Facebook SDK. As of now having no trouble retrieving access token and the following user data, the next step in what I need to do is to use Facebook's Realtime Updates feature to make sure that my users Facebook data is up to date. I am guessing that the C# SDK has something to deal with this, I just cant find anything. Does anyone know of any good examples out there, or any tips to point me in the right direction?

有帮助吗?

解决方案

This is now handeled in the Facebook c# sdk, https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/pull/219 .

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top