Mohamed Sallami RHOUMA
Results
1
issues of
Mohamed Sallami RHOUMA
As recommended by OD please upgrate Oauth to v3 public function getTokenFromConsumerKey() { $url = self::BASE_URL . '/oauth/v3/token'; $credentials = $this->getClientId() . ':' . $this->getClientSecret(); $headers = array('Authorization: Basic '...