Skip to content

Commit 0359cba

Browse files
committed
spelling fix for grant type
1 parent 2f28bc1 commit 0359cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instagram_basic_display_api/instagram_basic_display_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function _getLongLivedUserAccessToken() {
8787
'type' => 'GET',
8888
'url_params' => array(
8989
'client_secret' => $this->_appSecret,
90-
'grant_type' => 'ig_exchage_token',
90+
'grant_type' => 'ig_exchange_token',
9191
)
9292
);
9393

0 commit comments

Comments
 (0)