[This is preliminary documentation and is subject to change.]

A wrapper for FacebookResponse<(Of <(TValue>)>) that allows the responses of Facebook API method calls to be returned as JSON.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public class FacebookJsonResponse<TOriginalValue>
Visual Basic (Declaration)
Public Class FacebookJsonResponse(Of TOriginalValue)
Visual C++
generic<typename TOriginalValue>
public ref class FacebookJsonResponse

Type Parameters

TOriginalValue
The type of the value that should be returned from the inner FacebookResponse<(Of <(TValue>)>).

Inheritance Hierarchy

System..::.Object
  Facebook..::.FacebookJsonResponse<(Of <(TOriginalValue>)>)

See Also

FacebookJsonResponse<(Of <(TOriginalValue>)>) Members
Facebook Namespace