質問

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