Gets The Videos this user has been tagged in.
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<Video> Videos { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Videos As FacebookObjectCollection(Of Video) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<Video^>^ Videos { FacebookObjectCollection<Video^>^ get (); } |
Remarks
original: the 'videos' connection is array of Video objects
.NET Framework Security
| Permission | Description |
|---|---|
| user_videos or friends_videos. |