I have downloaded the Facebook SDK fine but there seems to be deprecated code on the tutorials section.
I want to do a get request on a users profile to return photos. From the tutorial they suggested something like this
var client = new FacebookClient();
dynamic me = client.Get("totten");
Thing is in the latest version I have that Get method does not exist for the FacebookClient class. I can't for the life of me find a clear and cut answer as to how to perform this simple request.
Any help would be great.
Error 1 'Facebook.FacebookClient' does not contain a definition for 'Get' and no extension method 'Get' accepting a first argument of type 'Facebook.FacebookClient' could be found (are you missing a using directive or an assembly reference?) C:\Users\Stephen\Documents\Visual Studio 2012\Projects\TestApp\TestApp\MainPage.xaml.cs 60 33 TestApp– Stephen Hynes Oct 16 '12 at 14:26