System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; // Get an access token in some manner. // By default you can only get public info. string token = null; Facebook.FacebookAPI api = new Facebook.FacebookAPI(token); JSONObject me = api.Get("/4"); Console.WriteLine(me.Dictionary["name"].String);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)