The event points to a youtube channel is there som...
# singer-tap-development
v
The event points to a youtube channel is there something go on there? @amanda.folson ?
a
Where do you see that? The only link I see is to AJ's video about making taps
a
from the Eventbrite invite. goes straight to the channel but nothing to see there.
The magic for refresh token with client id + secret 1. Manual copy and paste request https://accounts.google.com/o/oauth2/auth?access_type=offline&prompt=consent&redirect_uri=urn:ietf:wg:oauth:2.0:oob&client_id=[CLIENT_ID]&scope=https://www.googleapis.com/auth/analytics.readonly&response_type=code 2. Turn authorisation code into refresh token? POST https://accounts.google.com/o/oauth2/token code=[url encoded] &redirect_uri=urnietfwgoauth2.0:oob &client_id=[CLIENT_ID] &client_secret=[*****] &scope= &grant_type=authorization_code
v
🙂 I just need to get the same flow for Google Ads, there's another token on top of that called the developer_token 🙂
a
The only thing it should be linking to is the tap video. I can't see where it's linking to the YouTube channel instead of the video 😧
v
message has been deleted
https://developers.google.com/google-ads/api/docs/oauth/internals There's the scope.. Google didn't want to make it easy and list it with all of their other scopes :/ https://developers.google.com/identity/protocols/oauth2/scopes I guess when you're messing with their $$ machine they behave a bit different