A question about how the API returns user associations.
5
votes
2answers
90 views
stackauth.com/1.0/users/{id}/associated no longer returning email_hash for some sites
I'm not getting email_hash for some sites from stackauth.com/1.0/users/{id}/associated since sometime after midnight CDT (UTC-0500).
5
votes
1answer
82 views
Empty results for associated queries
Queries such as this
http://stackauth.com/1.0/users/f5388585-c0b9-417f-99c5-f1a58fda3e83/associated
have started giving empty results
{
"associated_users": []
}
Expected results:
SiteUrl ...
4
votes
1answer
94 views
Add reputation and site URL to 1.1 associated accounts
I know you wanted to reduce the amount of data returned, but hasn't it gone a little far?
Especially as there are no numerical site IDs. For example the Apple site is now called AskDifferent, however ...
3
votes
1answer
101 views
3
votes
0answers
64 views
API v1.1 users call returns association_id for which the Stack Exchange web site has no profile
For a particular user, the users API v1.1 call returns an association_id that gives a "Page Not Found" error where the Stack Exchange profile should be, though their Stack Exchange profile can be ...
2
votes
1answer
38 views
The associated accounts are broken once again for this same user
As I reported before (and which was fixed) and again (which was also fixed), the associated accounts are broken once again for for Joel Coehoorn using this query.
What's the deal?
2
votes
1answer
126 views
Why do some Stackauth associated queries fail?
This query fails:
http://stackauth.com/0.8/users/137b94e5-050c-4dd5-82c1-aeb2af0814f5/associated
In Python for a jason.loads call, I get an error: 'ValueError("No JSON object could be decoded")'.
I ...
2
votes
1answer
111 views
Where do I get UUID for fetching user's associations?
Yesterday (09/17/2011) I could go to my stackexchange site's profile page and grab UUID from the url:
I could use this UUID to fetch user's associations with stack exchange network. Now said URL ...
1
vote
1answer
66 views
Associated accounts is broken for this user
When I retrieve associated accounts for Joel Coehoorn using this query it only includes Programmers.SE and Webmasters.SE despite the fact that I retrieved the association key from a query to SU. The ...
1
vote
1answer
106 views
MSO is not being returned in StackAuth's /users/{id}/associated route
In looking into a StackFlair issue, I have discovered that MSO is not being returned as part of a user's associated accounts. Please see my associated accounts according to the api. Note that there ...
1
vote
1answer
54 views
An associated query is returning a partial record for a particular user
This query returns (in addition to several complete records) this incomplete one:
{
"user_id": 2196,
"user_type": "registered",
"display_name": "Wil",
"reputation": 151,
"email_hash": ...
0
votes
1answer
74 views
stackauth.com/1.0/users/{id}/associated not returning display_name for some sites
The problem with email_hash seems to be fixed, but now display_name is not getting returned in some cases.
For example: This Super User /users/{id} query returns a display_name, but the corresponding ...
0
votes
1answer
43 views
StackAuth.com user's id
What ID should I pass to stackauth.com/1.1/users/{id}/associated url to get user's associations?
The description of the api call states:
id – a set of up to 10 users' association ids, obtained ...
0
votes
0answers
232 views
An associated query is returning a partial record for Area 51
This issue has recurred (and is ongoing) as of a couple of weeks ago.
Most notably, as before, the on_site attribute is missing from Area 51.
This is API 1.0, by the way.