An individual Video in the Graph API.
The GraphApi reference page for this object:
[!:https://developers.facebook.com/docs/reference/api/video/]
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
[SerializableAttribute] public class Video : PostedItem |
Visual Basic |
---|
<SerializableAttribute> _ Public Class Video _ Inherits PostedItem |
Visual C++ |
---|
[SerializableAttribute] public ref class Video : public PostedItem |
Remarks
The User, Application, and Page objects have a videos connection. We support the following formats for uploading videos to these connections
To read a Video, issue an HTTP GET request to /VIDEO_ID with one of the above permissions.
The aspect ratio of the video must be between 9x16 and 16x9, and the video cannot exceed 1024MB or 180 minutes in length.
.NET Framework Security
Permission | Description |
---|---|
user_videos |
Inheritance Hierarchy
System..::..Object
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Video
FacebookWrapper.ObjectModel..::..DynamicWrapper
FacebookWrapper.ObjectModel..::..FacebookObject
FacebookWrapper.ObjectModel..::..PostedItem
FacebookWrapper.ObjectModel..::..Video