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

Intializes an instance of FacebookRequest for the specified methodName.

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

Syntax

C#
public FacebookRequest(
	IFacebookContext facebookContext,
	string methodName,
	IDictionary<string, Object> args,
	params string[] excludedArgs
)
Visual Basic (Declaration)
Public Sub New ( _
	facebookContext As IFacebookContext, _
	methodName As String, _
	args As IDictionary(Of String, Object), _
	ParamArray excludedArgs As String() _
)
Visual C++
public:
FacebookRequest(
	IFacebookContext^ facebookContext, 
	String^ methodName, 
	IDictionary<String^, Object^>^ args, 
	... array<String^>^ excludedArgs
)

Parameters

facebookContext
Type: Facebook..::.IFacebookContext
A reference to the IFacebookContext object the request is being made for.
methodName
Type: System..::.String
The name of the API method.
args
Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)
A IDictionary<(Of <(TKey, TValue>)>) object containing arguments to be passed with the method call.
excludedArgs
Type: array< System..::.String >[]()[]
An array of String values specifying arguments that should be left out of the API method call.

See Also

FacebookRequest Class
Facebook Namespace