Fetch Method (String)

From Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Retrieve the relevant data of the object from facebook server, according to the requested fields

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public void Fetch(
	string i_Fields
)
Visual Basic
Public Sub Fetch ( _
	i_Fields As String _
)
Visual C++
public:
void Fetch(
	String^ i_Fields
)

Parameters

i_Fields
Type: System..::..String
A string contains the fields to retreive from facebook.

Examples

"first_name,last_name,birthday,gender"

See Also