google api - GA API: Request a new refresh token with valid access token -
i came app didn't handle google analytics api omniauth revoke correctly , have slew of users have revoked information , when reauthorizing our app don't the permission window our app approved.
the issue i'm having when "reauthorize" out asking permission receive valid access token refresh token doesn't come it. understandable parameter sent on initial permission grant.
is possible create curl request ga refresh token valid access token?
to force reauthorization, can set approval_prompt
parameter force
. need set access_type
parameter offline
new refresh token.
Comments
Post a Comment