Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top