I want to create a very basic C# application that can fetch publicly-available information for Facebook user profiles. I've read a few pages of Graph API but there is a problem. Here you can see a user profile that contains all sort of information for public:
http://tr-tr.facebook.com/people/A-Altan-Yurt/100002356385895
However I cannot get all of these information, using the Graph API with this link:
https://graph.facebook.com/100002356385895
I tried scraping the page but the returned document doesn't contain any useful information. Since all these info are public, I don't think there should be an access limit for them. What am I doing wrong here?