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

Instagram has changed user data format #296

Closed
adalekin opened this issue Jun 16, 2014 · 2 comments
Closed

Instagram has changed user data format #296

adalekin opened this issue Jun 16, 2014 · 2 comments

Comments

@adalekin
Copy link

Instagram backend failed cause of the "wrong" response format:

{
    "meta": {
        "code": 200
    },
    "data": {
        "username": "adalekin",
        "bio": "",
        "website": "",
        "profile_picture": "http://images.ak.instagram.com/profiles/profile_49943991_75sq_1335811146.jpg",
        "full_name": "",
        "counts": {
            "media": 0,
            "followed_by": 22,
            "follows": 22
        },
        "id": "49943991"
    }
}

The Instagram backend expects "user" key instead of "data".

@omab omab closed this as completed in f104811 Jun 16, 2014
@omab
Copy link
Owner

omab commented Jun 16, 2014

I've pushed a fix but won't release it to pip yet since there are backward incompatible changes in the repo since the last version, it will take a couple weeks to get that released.

Meanwhile you can add your own version of the Instagram backend to your project with the fix and use that instead of the builtin one.

@adalekin
Copy link
Author

It's OK. Thank you.

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

2 participants