Skip to content

$oauth_client->get_tokens always returns null #100

@OtmaniCodes

Description

@OtmaniCodes

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions