deserialize graph.facebook.com JSON feed in c# -
i trying facebook posts facebook group in asp.net through graph.facebook.com/id/feed.
i have managed data need, in json format. how deserialize data can use it?
if in c# 4.0 can use dynamic object deserialize graph object. see c# facebook api here:
http://facebooksdk.codeplex.com/
http://ntotten.com/2010/09/dynamic-objects-and-the-facebook-c-sdk/
if have class deserialize newtonsoft json library alot:
Comments
Post a Comment