Versão Graph API

Page Video Reels

Leitura

Não é possível executar esta operação neste ponto de extremidade.

Criando

You can make a POST request to video_reels edge from the following paths:
When posting to this edge, no Graph object will be created.

Parâmetros

ParâmetroDescrição
description
UTF-8 string

Short description of a video

Supports Emoji
feed_targeting
feed target

Adds targeting parameters for video in the newsfeed

geo_locations
Object

countries
list<string>

regions
list<Object>

key
int64

cities
list<Object>

key
int64

zips
list<Object>

key
string

locales
list<string>

Values for targeted locales. Use type of adlocale to find Targeting Options and use the returned key to specify.

age_min
int64

Must be 13 or higher. Default is 0.

age_max
int64

Maximum age.

genders
list<int64>

Target specific genders. 1 targets all male viewers and 2 females. Default is to target both.

college_years
list<int64>

Array of integers. Represent graduation years from college.

education_statuses
list<int64>

Array of integers which represent current educational status. Use 1 for high school, 2 for undergraduate, and 3 for alum (or localized equivalents).

interested_in
list<int64>

Deprecated. Please see the Graph API Changelog for more information.

Deprecated
relationship_statuses
list<int64>

Array of integers for targeting based on relationship status. Use 1 for single, 2 for 'in a relationship', 3 for married, and 4 for engaged. Default is all types.

interests
list<int64>

One or more IDs of pages to target fans of pages.Use type of page to get possible IDs as find Targeting Options and use the returned id to specify.

scheduled_publish_time
datetime/timestamp

time when a video should be scheduled

targeting
target

Object that limits the audience for this content.

geo_locations
Object

countries
list<string>

regions
list<Object>

key
int64

cities
list<Object>

key
int64

zips
list<Object>

key
string

locales
list<string>

excluded_countries
list<string>

excluded_regions
list<int64>

excluded_cities
list<int64>

excluded_zipcodes
list<string>

timezones
list<int64>

age_min
enum {13, 15, 18, 21, 25}

title
UTF-8 string

Represents a title of the video.

Supports Emoji
upload_phase
enum {START, FINISH}

phase of start or finish for video upload

Obrigatório
video_id
numeric string or integer

Video ID needed for completing video upload as well as other video edits

video_state
enum {DRAFT, PUBLISHED, SCHEDULED}

Desired state of the video to be in when the Video is completed upload

Return Type

Struct {
video_id: numeric string,
upload_url: uri,
success: bool,
message: string,
post_id: numeric string,
}

Error Codes

ErroDescrição
368The action attempted has been deemed abusive or is otherwise disallowed
190Invalid OAuth 2.0 Access Token
6000There was a problem uploading your video file. Please try again with another file.
613Calls to this api have exceeded the rate limit.
200Permissions error
100Invalid parameter
380There was a problem uploading your thumbnail file. Please try again.
104Incorrect signature
358The thumbnail file you selected is in a format that we don't support.

Atualizando

Não é possível executar esta operação neste ponto de extremidade.

Excluindo

Não é possível executar esta operação neste ponto de extremidade.