Closed tahpot closed 3 months ago
Implement Youtube handlers in the Google provider.
Phase 1:
User the facebook/following.ts and the google/gmail.ts files as examples to following when building the Youtube handler.
facebook/following.ts
google/gmail.ts
youtube-following.ts
Google
following
getScopes()
getYoutube()
Then, let's have another call to work on next steps.
Implement Youtube handlers in the Google provider.
Phase 1:
User the
facebook/following.ts
and thegoogle/gmail.ts
files as examples to following when building the Youtube handler.youtube-following.ts
handler within the existingGoogle
providerfollowing
schema (https://common.schemas.verida.io/social/following/v0.1.0/schema.json) Seefacebook/following.ts
for example.getScopes()
method.getYoutube()
method into theyoutube-following.ts
library to instantiate a connection to the Youtube library.Then, let's have another call to work on next steps.