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

$oauth_client->get_tokens always returns null #100

Open
OtmaniCodes opened this issue Feb 9, 2025 · 0 comments
Open

$oauth_client->get_tokens always returns null #100

OtmaniCodes opened this issue Feb 9, 2025 · 0 comments

Comments

@OtmaniCodes
Copy link

the get_tokesn method was working fine, takes the code and redirect url and returns the access tokens, all of a sudden it started returning null (empty response)

$oauth_client = new OAuth($client_id, $client_secret);
$tokens = $oauth_client->get_tokens($_GET['code'], $redirect_uri);
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