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

Provides base functionality for hand-coded abstractions of API method wrappers, mostly those that abstract over parameters that are required to be JSON-encoded.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public class FacebookArgs : Dictionary<string, Object>
Visual Basic (Declaration)
Public Class FacebookArgs _
	Inherits Dictionary(Of String, Object)
Visual C++
public ref class FacebookArgs : public Dictionary<String^, Object^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.Dictionary<(Of <(String, Object>)>)
    Facebook.Api..::.FacebookArgs
      Facebook.Api..::.PageActionStory
      Facebook.Api..::.UserActionStory

See Also

FacebookArgs Members
Facebook.Api Namespace