User Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
The GraphApi reference page for this object: [!:https://developers.facebook.com/docs/reference/api/user/]

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

Syntax

C#
[SerializableAttribute]
public class User : FacebookObject
Visual Basic
<SerializableAttribute> _
Public Class User _
	Inherits FacebookObject
Visual C++
[SerializableAttribute]
public ref class User : public FacebookObject

Remarks

You can choose the fields you want returned using the fields query parameter [!:https://graph.facebook.com/me?fields=id,name]

Inheritance Hierarchy

See Also