instance of the api that can be used to make rest calls

Namespace:  Facebook.Web
Assembly:  Facebook.Web (in Facebook.Web.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public Api Api { get; }
Visual Basic (Declaration)
Public ReadOnly Property Api As Api
Visual C++
public:
property Api^ Api {
	Api^ get ();
}

See Also