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