I\'m working in C# with the Graph API and have been able to grab Facebook user profile information such as the ID, Name and email and then deserialize the JSON to be able to ass
You need a JSON parser for C#.
This might help: parsing JSon using JSon.net
There are many other C# JSON parsers:
JSON Checker
JAYROCK
More here