Hometown Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the City object respresnting the user's hometown

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

Syntax

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

Remarks

original: hometown field data object containing id and name fields

.NET Framework Security

Permission Description
user_hometown or friends_hometown

See Also