Facebook SDK について読み始めたばかりで、自分のタイムラインなどから自分のサイトに投稿を取得したいと考えています。問題は次のとおりです。投稿を取得します:
var post = client.Get("732642713?fields=posts");
結果は次のとおりです。
{"name":"Name","id":"12432236"},"story":"Name is now friends with Name and 6 other.. etc etc.
この文字列から欲しいものは次のとおりです。
Name is now friends with Name and 6 other not the name and stuff.
何か案は?