ObjectID Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Facebook object id for an uploaded photo or video

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

Syntax

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

Remarks

original: 'object_id' field

.NET Framework Security

Permission Description
read_stream

See Also