RegionCode in YouTube API v3 -


i can't seem find information on implications of using/not using regioncode in youtube v3 api, example search/list resource.

in specific, if regioncode not specified in call api, videos matching criteria returned? if video allowed in regions, not specifying regioncode in search request, api return it? or unrestricted videos returned?

where can find clarification on topic?

generally region code not required. matching results output without it. regioncode parameter instructs api return search results specified country. parameter value iso 3166-1 alpha-2 country code. (string)


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -