| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years |
| seen | Oct 18 '12 at 6:34 | |
| stats | profile views | 89 |
|
Jun 1 |
revised |
What is the Errors endpoint used for? added 7 characters in body |
|
Jun 1 |
asked | What will be rate-limit of two different applications with two valid API keys from same IP? |
|
Jun 1 |
revised |
What is the Errors endpoint used for? added 139 characters in body |
|
Jun 1 |
answered | What is the Errors endpoint used for? |
|
Jun 1 |
comment |
Can we have maximum length of string in API help pages? Thank you very much Kevin, suggested_buffer_size would be ok. |
|
Jun 1 |
comment |
Can we have all possible closed reasons in help page? Ok, so I need to store those closed reason texts as is in database. I was wondering there is something better. |
|
Jun 1 |
accepted | Can we have all possible closed reasons in help page? |
|
May 31 |
asked | Can we have all possible closed reasons in help page? |
|
May 31 |
comment |
display_name isn't always there (should have OpenID name if needed) @Jonathan, I inclined to agree that. And yes, I can't think of there is problem with returning username from OpenID too, and its true that its already on the site. Someone need to convince them to include that. But "every user has username" isn't true, take a look this question, superuser.com/questions/37449/what-is-and-in-a-directory , you would see nothing there (no userlink, no username, may be even no userid or its gone), so best thing is not to rely on the existance of the display_name on your program. |
|
May 31 |
comment |
display_name isn't always there (should have OpenID name if needed) @Jonathan, its confusing, but there is two names, in Stack Overflow db, I think. one is display_name which user explicitly set, but since it is optional many people don't put it, so Stack Overflow get username info from OpenID string or from OpenID provider, but I think they don't want to expose that part, so until now, they are rejecting those requests. |
|
May 31 |
comment |
StackScript JavaScript Wrapper @George, Thanks for the offer, but I've already start doing with python to build a site based on api, so lets see if I could manage to finished that first. btw, Its really great that you can manage to do lots of stuff at the same time! |
|
May 31 |
answered | Retrieving a user's recent information |
|
May 31 |
comment |
Questions method does not return answers Thanks! [ ](http://///) |
|
May 31 |
accepted | Questions method does not return answers |
|
May 31 |
comment |
StackScript JavaScript Wrapper +1 for javascript wrapper, is it using jsonp? |
|
May 31 |
comment |
Guidance on usage thresholds - specifically throttling any json returns? what about http response headers? how many requests did you make per minute? |
|
May 31 |
comment |
Guidance on usage thresholds - specifically throttling I think he should get "RequestLimitExceeded" Error JSON, if that is the case, but his problem looks more like from DOS Protection mechanism for me. |
|
May 30 |
answered | display_name isn't always there (should have OpenID name if needed) |
|
May 30 |
comment |
Can we have maximum length of string in API help pages? @Kevin, There is VARCHAR size in table field settings in my MySQL database, so I am just wondering how to set those. |
|
May 30 |
comment |
Post body is optional field in questions method? Ah, you're right, forgot about the parameter :D |