Skip to content

Demonstration of the YouTube Data API with Google OAuth 2.0

Notifications You must be signed in to change notification settings

penguin999/you-tube-api-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Data API with Google OAuth 2.0

Display search results from YouTube after authenticating with Google OAuth 2.0

Notes

Warning: Query Quotas

The YouTube Data API currently allows only 100 API calls containing .../youtube/v3/search?part=snippet... per day

OAUTH2_CLIENT_ID and OAUTH2_REDIRECT_URI

Customize these settings within src/config.js

Run the localhost server using HTTPS

HTTPS is needed for OAuth. Do the following for HTTPS during local development.

  • create the file .env.local in the root of the project
  • add the line HTTPS=true

Lodash upgrades

  • The upgraded lodash and lodash.template dependencies were added (see package.json) because GitHub was flagging the older versions provided via create-react-app as having security issues.

About

Demonstration of the YouTube Data API with Google OAuth 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages