add extra for more info#17
Conversation
There was a problem hiding this comment.
1 year ago instagram return more data, when user authorised.
But now, it just return basic data, such name, nickname etc.
I need to know more info about user, such as followers count.
Method access_token.get('/v1/users/self') never been invoked, and I commented this code to fetch more info in "counts" hash key:
"data": {
"username": "pavel_galeta",
"bio": "",
"website": "",
"profile_picture": "https://instagramimages-a.akamaihd.net/profiles/anonymousUser.jpg",
"full_name": "pavel galeta",
"counts": {
"media": 79,
"followed_by": 56,
"follows": 53
},
"id": "31973911"
}
|
Could you please some more info about what are you trying to achieve ? |
|
That's ok. Just change the things I commented on: return hash and delete the commented code. |
No description provided.