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

Counts wrong in basic profile info #35

Closed
jschlesser opened this issue Aug 10, 2012 · 4 comments
Closed

Counts wrong in basic profile info #35

jschlesser opened this issue Aug 10, 2012 · 4 comments

Comments

@jschlesser
Copy link

I have a client token that is authenticated with stream only. When I view my profile the counts are all zero and they are non zero on alpha.app.net (as they should be). user @josh.

URL
https://alpha-api.app.net/stream/0/users/me?access_token=...

Results
{
"app_data": null,
"avatar_image": {
"height": "200",
"url": "https://d1f0fplrc06slp.cloudfront.net/assets/user/5d/50/00/5d50000000000000.jpg",
"width": "200"
},
"counts": {
"followed_by": "0",
"follows": "0",
"posts": "0"
},
"cover_image": {
"height": "230",
"url": "https://d1f0fplrc06slp.cloudfront.net/assets/user/fe/50/00/fe50000000000000.jpg",
"width": "960"
},
"created_at": "2012-08-08T01:09:05Z",
"description": {
"entities": {
"hashtags": [],
"links": [],
"mentions": []
},
"html": "<span itemscope="https://app.net/schemas/Post\">Levity is the cosmological constant.",
"text": "Levity is the cosmological constant."
},
"id": "390",
"locale": "en_US",
"name": "Josh schlesser",
"timezone": "America/Los_Angeles",
"type": "human",
"username": "josh"
}

@tgvashworth
Copy link

I've noticed the same issue, all my counts are 0.

@ralfr
Copy link

ralfr commented Aug 13, 2012

Same here. I also noticed we cannot assign labels here on GitHub. @berg?

@mthurman
Copy link
Member

This was fixed today

@jschlesser
Copy link
Author

Yay, thanks @mthurman

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

4 participants