Tom
Tom

Reputation: 7586

How to fetch videos by geolocation with the Youtube API v3?

This maps api answer says

Please note you can also use the YouTube API to fetch geolocated videos to create your own customized YouTube Layer, with filters and so forth.

http://code.google.com/p/gmaps-api-issues/issues/detail?id=3204#c9

Which API request can be used to fetch videos by location? I checked the docs, but I cannot find it.

Upvotes: 0

Views: 1058

Answers (1)

user1932768
user1932768

Reputation:

I believe this: https://developers.google.com/youtube/2.0/developers_guide_protocol#locationsp is what you were talking about, note how it says "Not working. This API parameter is temporarily disabled. See the API issue tracker for more information."
Edit: According to https://code.google.com/p/gdata-issues/issues/detail?id=4234 it will be fixed "In the second half of 2013"

Upvotes: 1

Related Questions