Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

NewtonSoft is a software label by James Newton-King, author of the JSON.NET object serialization library.

learn more… | top users | synonyms

0
votes
1answer
176 views

Json structure is returned empty, without property names and values when using Newtonsoft JsonConvert in FB C# client

I'm working on asp.net mvc 4 application which uses Facebook C# SDK (6.0.10.0) and Newtonsoft.Json (4.5.0.0). Request with FacebookClient returns expando object: [Authorize] public ActionResult ...
0
votes
0answers
202 views

How to parse JSON Response which returns HTML?

This is the JSON Response I am getting from facebook, and I want to get the data from "Content" tag, I declared my it as string, but when i am parsing it it remains NULL. VB.NET, Newtonsoft JSON. { ...