Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm does not have the latest version of this #6

Open
daltonrenaldo opened this issue Apr 5, 2014 · 2 comments
Open

npm does not have the latest version of this #6

daltonrenaldo opened this issue Apr 5, 2014 · 2 comments

Comments

@daltonrenaldo
Copy link

The version that is installed when I do npm install instagram does not have functionality for retrieving user info.

function InstagramClient(client_id, client_secret) {
    this.client_id = client_id;
    this.client_secret = client_secret;

    this.media = new InstagramMediaClient(this);
    this.tags = new InstagramTagsClient(this);
    this.locations = new InstagramLocationsClient(this);
}

missing

this.users = new InstagramUsersClient(this);

and everything else related to that... can it be updated please?

@j6s
Copy link

j6s commented Jun 13, 2014

+1 having the same issue

A quickfix is of course just using "instagram": "git://github.com/Swizec/nodestagram.git#master", in your pacakge.json

@26medias
Copy link

+1. I was wondering why some methods are undefined, that's because it's not published on NPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants