Skip to main content

Questions tagged [status-completed]

Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.

Filter by
Sorted by
Tagged with
6 votes
1 answer
859 views

I was playing around a bit with Fiddler to capture traffic from the Stack Exchange iOS app. To my surprise, it uses version 2.3 of the Stack Exchange API: I noticed here that it has some extra ...
4 votes
1 answer
114 views

I think I may have stumbled upon a bug in /search and I'll try to describe it as best as I can. What works: Create a /search query with the following parameters: fromdate: 2012-01-24 order: desc sort:...
15 votes
0 answers
144 views

On February 14th, 2024 a new network-wide policy on AI-generated content goes into effect. The de-facto default is that AI-generated content should follow the citation rules that already exist. In the ...
5 votes
1 answer
309 views

For years, I've run a local PHP app using GuzzleHttp\Client to download my StackExchange posts. Today, I'm suddenly getting this problem when posting my client_id, client_secret, code, redirect_uri. { ...
7 votes
1 answer
264 views

No changes in stack apps or my code, it was working fine for a while, suddenly it stopped working now. I get "InternalOAuthError: Failed to obtain access token" After more details inspection,...
2 votes
1 answer
111 views

According to this question (and its answer), questions and answers are using the same index to determine their ID. In other words: Question with ID #1 Answer with ID #2 Answer with ID #3 Answer with ...
7 votes
3 answers
126 views

Is there a way to get the Site Name, like StackOverflow or ServerFault, etc.? In my app I let the user enter a url with a api for a Site and I will be great If I can tell him something like: "You Are ...
6 votes
0 answers
141 views

Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process. the ...
1 vote
1 answer
102 views

The api docs: http://api.stackoverflow.com/1.0/help/method?method=posts/{id}/comments The test request. You can see comment itself here, it's four months old, while cutoff date in request is less than ...
5 votes
1 answer
564 views

When using the JavaScript SDK to enable client side OAuth flow, I'm running into this issue: Uncaught TypeError: Cannot read properties of null (reading 'postMessage') And the page gets stuck with the ...
6 votes
2 answers
174 views

This answer is posted by a staff member, but you have to go to the user's profile to actually see that. Can we add [Staff] labels to staff member flairs like on all meta sites? [♦ Mod] labels aren't ...
4 votes
1 answer
116 views

We have the tag ruby-on-rails (7 questions) which is ... an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "...
8 votes
2 answers
251 views

Our site is a bit special and different in some places compared to "regular" sites in the Stack Exchange network. For example: We are are both a Meta and a Main site. We have a special API ...
2 votes
1 answer
58 views

This includes reputation recalculations (e.g., the latest) and (speculative) when people take upvote back. First case you can see on standard stackauth/users query: it displays meta reputation before ...
5 votes
1 answer
142 views

In http://api.stackoverflow.com/0.8/help /users/{id}/answers Gets answer summary informatino for the user with 'id'. and in the Returns section of http://api.stackoverflow.com/0.8/help/method?method=...
3 votes
1 answer
72 views

On the API Routes help page, this: /users/{id}/favorites Gets summary information for the questions that have been favorited a set of users. should probably be: /users/{id}/favorites Gets ...
3 votes
1 answer
133 views

You can check that form doesn't work with this link https://stackoverflow.com/oauth?client_id=17581&scope=no_expiry&redirect_uri=http://functional.localdomain:3449/login/github
14 votes
2 answers
198 views

A couple of days ago I answered a question about the Stack API. As my answer could be illustrated with a working code example I went ahead to create a Stack Snippet. To my surprise that feature isn'...
3 votes
1 answer
358 views

I'm using the Stack Exchange v2.1 API. I'm using the explicit OAuth 2.0 flow, but it seems that the access token response step does not adhere to the RFC 6749 standard. Specifically, the Stack ...
3 votes
1 answer
99 views

Now that questions can be marked protected, will this info be available via the API?
3 votes
1 answer
2k views

Since a few weeks, I'm getting 400 - Bad Request errors now and then, on pretty standard API calls like fetching post details. This is the response I get: <DOCTYPE HTML PUBLIC "-//W3C//DTD ...
5 votes
2 answers
153 views

The issue of a non-existent badge being promoted has been brought up before, but the following still happens: This will likely disappear once I get another badge (soon after posting this question :), ...
5 votes
1 answer
93 views

On most other meta sites, status-review is a moderator tag, however on stack apps (which is it’s own meta) it is not a moderator tag. Since there is no status-review moderator tag on stack apps, ...
4 votes
1 answer
109 views

I registered an app today (API v2) for the first time (App ID 47, LaServ), and let it run a bit with its new key. It's the only API app running on this IP (I rent the IP as part of a VPS package). ...
2 votes
1 answer
80 views

Take a look at this question on SuperUser. Apparently, it was migrated from ServerFault, and was originally asked by user 3d1l. However, now look at the API result: http://api.superuser.com/1.0/...
7 votes
1 answer
92 views

The 'should be closed...' reason has this description (emphasis mine): This question is completely unclear, incomplete, overly-broad, primarily opinion-based or is not about Stack Exchange API, app, ...
2 votes
1 answer
131 views

When editing the application information (from https://stackapps.com/apps/oauth/), the label for the optional Stack Apps Post is misaligned: It should be left-aligned like the other labels; the only ...
4 votes
1 answer
83 views

We have three templates for new questions (for apps, libraries and scripts): They'll insert a body like this: <!-- thumbnail: https://example.com/some-image.png --> <!-- version: 1.0 --> ...
0 votes
0 answers
78 views

I'm building an application on top of StackExchange's API for a month now. While I was building the OAuth flow to allow users to authenticate using their StackExchange account, everything was working ...
12 votes
1 answer
158 views

Would it be possible to add close/reopen vote information to the questions object? For example, you usually see something along the lines of: close (3) when a question has three (current) close-...
3 votes
1 answer
106 views

The Captcha page on this site doesn't seem to be set up correctly, it shows an error message: ERROR for site owner:Invalid domain for site key
5 votes
1 answer
449 views

I'm currently using the API via JavaScript AJAX calls and it all of a sudden stopped allowing CORS requests. I'm on localhost and I tried uploading my code to live and am still getting: Access to ...
2 votes
1 answer
102 views

On page Usage of /sites, it should be JavaScript, not Javascript, in the right sidebar: This obviously also applies to (most/all) API documentation pages, since they share the sidebar.
5 votes
1 answer
175 views

https://api.stackexchange.com/docs/vectors When passing a vector, sepeate each id with a semicolon. For example, /users/1;2;3;4;5?site=somesite would fetch users with ids 1 through 5 on somesite. ...
9 votes
1 answer
138 views

From the /posts documentation: Most applications should use the question or answer specific methods, but /posts is available for those rare cases where any activity is of intereset. intereset => ...
5 votes
1 answer
124 views

The documentation is titled "StackExchange API v2.0"... this should be updated to "v2.1" as it's not readily obvious that version 2.1 has been published otherwise. https://api.stackexchange.com/docs
2 votes
0 answers
48 views

Can you find the spelling mistake in "Unregistered Users" (last section) of the Authentication page? In case you're not in the mood for games, here is it:
4 votes
2 answers
108 views

There are some weird dot things in this help page: api.stackoverflow.com/0.8/help/method?method=users/{id}/badges {Dead link to missing image: http://files.quickmediasolutions.com/stackbug.png} ...
3 votes
0 answers
80 views

The Stack Exchange API, version 1.1, documentation is ever so slightly confusing wherever Unix timestamps are mentioned (perhaps any ranges, I haven't dug too deeply) For instance: todate – Unix ...
7 votes
2 answers
136 views

The Stack Apps topic help makes it clear that all questions here must pertain to Stack Exchange in some way: If your question is about … the Stack Exchange API applications built on the ...
7 votes
2 answers
117 views

It would be really nice if there were a way to get all the data that is displayed on the accounts tab of the Stack Exchange network profile for a user (e.g. mine) as machine-readable data with a ...
1 vote
2 answers
96 views

Currently Meta Icon Currently Main Icon With all the other sites (except electronics, which has the same icon for both), Meta has the B&W or sepia icon, while the main site's icon is coloured. ...
8 votes
2 answers
167 views

A picture says more than a thousand words: These users aren't called "Bhargav Rac" and "Tunak", but Bhargav Rao and Tunaki. This happens on both the 'apps' and 'scripts' tabs of the Stack Apps ...
2 votes
1 answer
64 views

The default images used on the app/script/library pages aren't pointing to the CDN, so their use of HTTPS causes a certificate error that prevents the image from loading: Could the image sources be ...
3 votes
0 answers
155 views

I'm using the implicit OAuth flow for our native iPad app. We're calling the standard URLs in a UIWebView. The Stack Exchange login renders with several UI glitches. The first screen looks correct: (...
3 votes
0 answers
110 views

Privileges related to Stack Overflow Documentation are displaying in every other site's API data. Using Meta Stack Exchange, for example, /2.2/privileges?site=meta returns the following documentation ...
1 vote
3 answers
274 views

Icons of beta sites are different form the icons given in the http://stackauth.com/1.0/sites . As example: Original icon of the English Language and Usage is     where http://stackauth....
1 vote
1 answer
146 views

I've been using the Stack Overflow for Teams API for a while now, but since yesterday it stopped working for one of the Teams; that Team also wasn't listed in the Applications (https://stackoverflow....
2 votes
1 answer
102 views

The authentication docs state that the scopes parameter of the URL to which a user should be directed to, for implicit authentication, should be a list of scopes that are delimited by either commas or ...
5 votes
0 answers
57 views

The API is returning the following error message when I request the revision history for locked posts. Example URL: http://api.stackoverflow.com/1.1/revisions/194812 { "error": { "code": 500, ...

1
2 3 4 5
7