I am using this new SDK and the JsonObject class seems to be hidden. The FacebookApiEventArgs has a result object of type “object”, but the instance type is JsonObject which is not available in intellisense…
Any idea why this is designed in such a way?
It is highly discouraged to use
JsonObjectorJsonArray. UseIDictionary<string,object>orIList<object>instead.JsonObject and JsonArray will continue to work, but has been hidden from intellisense.