You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen a similar error: Missing access_token URL parameter.. It was fixed by adding one line to_request_ in class.instagram.js:
options['headers']['Content-Length'] = post_data.length;
options['headers']['Content-Type'] = 'application/x-www-form-urlencoded'; // this is the new line
I think this project might be abandoned, but if not I'm happy to do a PR.
I got this error executing below code :
OAuthParameterException occurred: Missing client_id or access_token URL parameter. in _request
The text was updated successfully, but these errors were encountered: