Birthday Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's birthday

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

Syntax

C#
public string Birthday { get; }
Visual Basic
Public ReadOnly Property Birthday As String
	Get
Visual C++
public:
property String^ Birthday {
	String^ get ();
}

Remarks

original: Date string in MM/DD/YYYY format

.NET Framework Security

Permission Description
user_birthday or friends_birthday

See Also