@@ -56,7 +56,7 @@ |
||
56 | 56 | { |
57 | 57 | $meUrl = 'https://graph.instagram.com/me?access_token='.$token.'&fields='.implode(',', $this->fields); |
58 | 58 | |
59 | - if (! empty($this->clientSecret)) { |
|
59 | + if (!empty($this->clientSecret)) { |
|
60 | 60 | $appSecretProof = hash_hmac('sha256', $token, $this->clientSecret); |
61 | 61 | $meUrl .= '&appsecret_proof='.$appSecretProof; |
62 | 62 | } |