Login with Google OAuth api and return url with variable
- by user2833721
I am using the Google API for login in my site and I appending my variable with URL
and I want that variable in the return URL of OAuth API because of update purpose can I return back that variable
For example:
<a href="<?php echo($authUrl); ?>&kicker">
I append the kicker in $authUrl and when I return back from Oauth api
print $me['displayName'];
print $user['email'];
print $me['gender'];
print $me['id'];
with this output I also want my variable "kicker" how can I get it