-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
I am getting an "Error: APINotAllowedError: you cannot view this resource" when requesting user info. When I monkey patch the info function to include the access_token things seem to work fine.
Instagram.users.info = function(params) {
var credentials;
credentials = this.parent._credentials(params, 'access_token');
params['path'] = "/" + this.parent._api_version + "/users/" + params['user_id'] + "?" + (this.parent._to_querystring(credentials));
return this.parent._request(params);
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels