문제

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