Skip to content

Missing client_id or access_token URL parameter #44

Open
@eldyvoon

Description

@eldyvoon

I got this error executing below code :

OAuthParameterException occurred: Missing client_id or access_token URL parameter. in _request

var instagram_client_id = '43345435345';
var instagram_client_secret = '4354565564';
var instagram_access_token = '3454656.3443532f0e6524'

instagram.set('client_id', instagram_client_id);
instagram.set('client_secret', instagram_client_secret);
instagram.set("access_token", instagram_access_token);

app.post('/subscribe', function(req, res){
instagram.tags.recent({
name: current_tag,
count: 1,
complete: function(data){
console.log(data)
}
});

});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions