-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement video graph browser example #113
Comments
Notes about YouTube API: Thumbnail images for videosSee https://developers.google.com/youtube/v3/docs/thumbnails Search videos related to a video or keywordPossible with |
Notes about Vimeo API because YouTube API authentication seemed more complex: Other notes: |
Vimeo's "get related videos" seems veeryyy poor... almost every video has the same set of related videos. Vimeo's own site does not seem to use it, the site only gives the list of videos from the same author. Let us try DailyMotion API... GET video And no authentication required! How about CORS? Tested in dev toolbar, no CORS issues. Fk yeah! |
Connect with YouTube or Vimeo API, request related videos, display the network and allow infinite zoomability.
The text was updated successfully, but these errors were encountered: