You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by omar2205 February 20, 2023
If we are building a YouTube feed, it would be helpful for the user to see the YouTube channels they have subscribed to.
I was able to add more scopes to the auth with this
I want to avoid asking for youtube permissions unless the user wants to use their existing subscriptions. Users should also be able to log in and use the app without sharing their subscriptions.
Discussed in #64
Originally posted by omar2205 February 20, 2023
If we are building a YouTube feed, it would be helpful for the user to see the YouTube channels they have subscribed to.
I was able to add more scopes to the auth with this
I'm not sure if this will count towards our API usage.
We can get extra stuff like access_token and id_token like this:
To get a user channels
ref: https://developers.google.com/youtube/v3/docs/subscriptions/list
Refresh token https://authjs.dev/guides/basics/refresh-token-rotation
The text was updated successfully, but these errors were encountered: