Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Add missing Instagram endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Sep 15, 2018
1 parent 6352339 commit a6b62fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function get($credentials, $config)

$credentials->username = $credentials->username ?? $this->username;

$instagram = $this->client($config)->getAsync($credentials->username, [
$instagram = $this->client($config)->getAsync($config->endpoint . $credentials->username, [
'query' => ['access_token' => $credentials->token]
])->then(
function (ResponseInterface $response) use ($config) {
Expand Down

0 comments on commit a6b62fa

Please sign in to comment.