Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retrieving refresh_token from google #11

Open
pichsenmeister opened this issue Nov 20, 2014 · 0 comments
Open

retrieving refresh_token from google #11

pichsenmeister opened this issue Nov 20, 2014 · 0 comments

Comments

@pichsenmeister
Copy link

I have integrated the phonegap sdk and the php server sdk in my application.

I have managed to get to the point, where I can call the me() method of the request_object.
I would like to retrieve to refresh_token, but I can't find a way to do that. What's the supposed way to do that in PHP?

$request_object = $this->oauth->auth('google');
$me = $request_object->me();
Log::debug($me);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant