I have just installed the Facebook C# SDK in my WP7 application using NuGet, so I am sure it is the latest version. However I can’t seem to find any documentation for WP7 anywhere… All I am trying to do is authenticate the user using Facebook to gain their Facebook ID. Can someone please tell me how I can do this using Facebook C# SDK or link me to an article that explains this that is up to date.
Thanks,
Alex.
Per the C# SDK’s Documentation, you do the authentication using the Javascript SDK and then AJAX it to your server.
See the “Obtaining an Access Token” section of http://csharpsdk.org/docs/web/getting-started.html