dynamic object handle problem Facebook C# sdk
问题 I'm using Facebook C# sdk for desktop app. I'm getting the dynamic object and then extracting the name,id etc dynamic result = fb.Get("/me"); string name=result.name; Now problem is I can't extract the work information or favorite teams etc. I've used the required permissions, but unable to handle the dynamic object. It's in this format: "languages": [ { "id": "106502622718539", "name": "Bānglā" }, { "id": "106059522759137", "name": "English" } ], http://developers.facebook.com/tools/explorer