We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f28bc1 commit 0359cbaCopy full SHA for 0359cba
1 file changed
instagram_basic_display_api/instagram_basic_display_api.php
@@ -87,7 +87,7 @@ private function _getLongLivedUserAccessToken() {
87
'type' => 'GET',
88
'url_params' => array(
89
'client_secret' => $this->_appSecret,
90
- 'grant_type' => 'ig_exchage_token',
+ 'grant_type' => 'ig_exchange_token',
91
)
92
);
93
0 commit comments