All Questions
6
votes
2answers
99 views
“Print this post”
Answer to this meta question.
Adds a "print" link to individual posts. Does not do any stripping down of markup, the post is preserved as-is. The rest of the page is eaten by the jQuery monster.
...
3
votes
0answers
199 views
soDumpMe: a Ruby script co convert Data Dump XML to HTML
Screenshot / Code Snippet
Screenshot coming soon!
About
This app was created to solve a request on Meta that the XML of the data dump is not readable. This app aims to convert the XML to HTML.
...
2
votes
1answer
35 views
Does /invalidate work for no-expiry tokens?
It seems that tokens created with no_expiry scope are immune to requests to invalidate them with /access-tokens/.../invalidate. Is this by design or by bug?
2
votes
0answers
37 views
Bring back the accounts tab
The accounts tab has been removed from all SE sites. Here's how to get it back for those of you with muscle memory:
Installation
Click to install (Chrome or Firefox+Greasemonkey only)
Source code
...
0
votes
0answers
30 views
Is Stackusers.com gone or just down?
Stackusers.com has been down for a few days. Is it down for good?
(Hope this is an appropriate question... seems OK per FAQ).
1
vote
1answer
23 views
Inbox unread since parameter not working
The since parameter of /inbox/unread no longer seems to work.
I enter a date after the creation date of the item currently unread in my inbox and still the item is returned. I try putting in ...
8
votes
0answers
168 views
cv-pls Helper Chrome Extension
Screenshots
Formatted cv request
Settings
About
cv-pls Helper makes the process of closing questions easier on Stack Overflow.
There are a lot of 'bad' questions being asked and to help ...
0
votes
1answer
51 views
client-side extension to remember personal voting history
As far as I can reconstruct, the user profile once had a votes tab, where anyone could see their own votes. That functionality was removed at some point, and is unlikely to return.
Reference:
Where ...
0
votes
0answers
214 views
Receiving “redirect_uri does not match the uri used to create the passed code”, when it does match
Summary
Using Oauth2, when I go to pick up the access_token, I get the following error from the server: access_denied: redirect_uri does not match the uri used to create the passed code. From what I ...
8
votes
1answer
206 views
Registering app for API 2.0 key without Oauth domain
I'm trying to register an app, but it states that I need to add an OAuth domain. But I have Enable Client Side OAuth Flow disabled, because I don't need it right now.
I basically have two questions:
...
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.
4
votes
1answer
104 views
duckduckstack - The StackExchange API Doc Autocompleter
NOTE (2nd April, 2012): After an e-mail correspondence with DuckDuckGo's Gabriel W. I decided to take down this project (and remove it from github) due to Terms of Service issues with aggregating ...
2
votes
1answer
64 views
What happened to the recent API contest?
I am curious to know the results of recent stackoverflow contest
It has been removed from the api.stackoverflow page and no updates were seen. I believe that the deadline for the results ...
2
votes
0answers
14 views
Request to support “tagged” on more endpoints
(I realize this is likely to be status-deferred for now, but I'm quite likely to forget if I don't ask it now :)
The /questions endpoint supports a "tagged" parameter which I find quite useful. ...
0
votes
1answer
17 views
Is there any API to support creating a new question on stackoverflow? [duplicate]
Possible Duplicate:
Post questions using API
I know there is api for stackoverflow.
It looks like the APIs are read-only, supporting the Get/Search operation.
Is there any API to support ...
3
votes
1answer
26 views
tagged and min max creation gives wrong total
I am trying to get the total number of question with a specific tag AND created within a specific date span.
For example, the number of questions tagged as 'java' created between 16 and 17 Jan 2012:
...
7
votes
0answers
312 views
Let me Ask Jon Skeet for you (LMAJSFY)
Let me Ask Jon Skeet for you (LMAJSFY)
For all those people who find it more convenient to bother you with their question rather than Ask Jon Skeet for themselves.
Enter your search term and click ...
3
votes
0answers
34 views
Add a special page where developers can reset throttle timeouts
As George Edison noted, it would be useful to have a special page where developers can reset the throttle timeout when we accidentally trigger it.
This happened to me this morning — I got banned for ...
1
vote
1answer
28 views
Typo in throttle violation error message
I was just playing around with the API locally and got throttled for the questions and answers methods (the only two I was using).
Anyway, I noticed there’s a small typo in the error message that’s ...
2
votes
2answers
371 views
OAuth 2.0 implementation
Code Snippet
from sanction.client import Client
from sanction.adapters.google import Google
client = Client(Google, {
"google.client_id": "myclientid",
"google.client_secret": ...
0
votes
1answer
26 views
WebSockets in API
Now that the actual sites have updates for Questions and Inbox with WebSockets. Can we get access to these via the API? If they are stable enough for the sits, then surely they for the API?
6
votes
0answers
117 views
More Stars - Userscript that frees up room so you can see more starred messages
Since I've never written a GreaseMonkey script before, I borrowed heavily from this script and basically played around with it until I got what I wanted. So credit to them for helping me get there.
...
1
vote
1answer
13 views
New questions on live home page display improperly.
I was browsing Stack Apps earlier today and a little box popped up indicating that there were new questions. It looked something like this:
After clicking the provided link, here is what was ...
1
vote
0answers
92 views
Stack Cartographer - A PHP tool for generating a JSON map of the Stack Exchange API.
About
After the JSON documentation for the Stack Exchange API was dropped for v2.0, I began to wonder if it would be possible to throw together a PHP script that did a bit of screen-scraping to ...
5
votes
0answers
99 views
Ban myself/enforced break userscript
Answer to Ban myself button on user profiles--MSO
Code and inspiration from Wikipedia's version
This userscript bans you from the site till a certain date, which you must edit in.even while logged ...
0
votes
1answer
93 views
400 Error when attempting to retrieve authenticated user data
I am attempting to use the /me API to retrieve an authenticated user's details but I am recieving a 400 error.
I am able to complete the OAuth2 dance and have been able to capture the access token ...
23
votes
1answer
259 views
Better handling of indentation and the TAB key when editing posts
About
This user script changes the behavior of a few keys (most notably the Tab key) within the post editor to behave more like it does in IDEs or text editors:
When multiple lines are ...
2
votes
1answer
36 views
Where can I request an API key in the docs?
Can you mention the possibility of requesting an API key in the docs? It was displayed for the 1.0 API.
8
votes
0answers
124 views
StackTack - George Edison Remix (now with a few extra features!)
Screenshot
About
StackTack was originally listed here on Stack Apps. The idea was terrific and Soviut did such an awesome job building the application that I decided to fork it. My original ...
1
vote
0answers
77 views
Issue: OAuth login process does not fully work in the WP7 Mango browser control with implicit flow
We experience issues when using the implicit OAuth flow in a WP7 Mango browser control and trying to login with openid. The login process itself works fine (althought the css of the openid page does ...
0
votes
1answer
20 views
Error when requesting the last page of results.
When I try to view the following URL:
http://api.stackexchange.com/2.0/questions?page=93781&site=stackoverflow
I get the error:
{
"error_id": 500,
"error_name": "internal_error",
...
14
votes
0answers
278 views
StackTack WordPress Plugin - Embed Stack Exchange Questions in Your Blog.
Screenshot
About
Have you ever asked a question or posted an answer to a question on a Stack Exchange site and said to yourself "I sure would like to share this on my blog?" Well, you could ...
1
vote
1answer
65 views
Making use of the *“has_more”: true* json attribute in the Json response from stackoverflow
When issuing requests to the stackoverflow-api, I set the pagesize to a 100 (which is the maximum possible). However, some json responses contain this attribute (normally at the very bottom):
...
3
votes
0answers
70 views
Color Tags Script
This script allows you to colour tags for whatever reason you may have, i wrote it for fun after seeing a certain question on meta. The script adds a subsection called Color Mapping in the ...
2
votes
0answers
59 views
Social network apps for SO
Is there any app for Social networks such as LinkedIn, facebook, twitter etc., where I can show off my reputation on them or just tag favorite questions on them?
Anyone??
0
votes
1answer
252 views
Handling working of PHP API key on webpage
I'm building a phpapi and in this api will be giving my clients API key generated for each client.
So basically my client will be sending client id, his personal data(to be stored in DB) & an ...
4
votes
1answer
61 views
What happened to the JSON documentation for the API?
Back in version 1.1 of the API, we used to be able to do:
http://api.stackoverflow.com/1.1/questions?help
...which would return information about the method in JSON format. However, attempting ...
1
vote
0answers
32 views
Anybody up for terminal frontends
Would anyone like to program some sort of terminal app which would be connected to a SE site?
You could query with it questions, and get notified when someone answers. Likewise one could browse ...
2
votes
0answers
96 views
StackScraper - export questions as JSON or HTML
About
StackScraper is a user script that adds HTML and JSON export options to each question. The JSON loosely resembles the API format and includes the HTML and markdown bodies of all posts, ...
0
votes
1answer
48 views
Security certificate error when logging in with myOpenID
I have written an application that embeds the WebKit rendering engine (the same rendering engine used in Safari and Chrome). This application makes use of the /inbox route and therefore requires the ...
7
votes
1answer
90 views
Add close-vote information to the questions object
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) ...
1
vote
1answer
35 views
Mistake in API 2.0 Documentation - Wrong item type for Careers Message
On https://api.stackexchange.com/docs/types/inbox-item the Careers Message example shows the wrong item type.
0
votes
1answer
24 views
API 2.0 is not returning Programmers in list of sites
Run https://api.stackexchange.com/2.0/sites.
programmers.stackexchange.com is not in the response.
7
votes
2answers
325 views
Serel: A Ruby Library with full support for API 2.0
Getting Started?
Visit http://serel.tom.is for a whirlwind tour of the library.
although it is still very much a tour in progress
About
Serel is Stack Exchange RElational Algebra, a fully ...
9
votes
1answer
448 views
Bartlett—new questions, inbox items, and reputation in OS X
Bartlett is a Mac application that lets you keep track of the most recent questions, inbox items, and reputation items on your favorite Stack Exchange sites.
You can be notified of new items by Growl ...
2
votes
1answer
28 views
/users/{id}/tags/{tags}/top-answers returning answers by other users
According to the description, /users/{id}/tags/{tags}/top-answers should return answers by the user on that particular tag.
Returns the top 30 answers a user has posted in response to questions ...
0
votes
1answer
27 views
Badges displayed incorrectly?
It seems that there's something odd going on with badges. If we take some random user, say 1719, which has one account, and check the user page http://stackexchange.com/users/1719/jelon, then we can ...
3
votes
0answers
160 views
Stack Tunnel - WebGL Visualization for Stack Exchange
Stack Tunnel
Screenshots
About
StackTunnel is a WebGL visualization which displays the latest questions from any Stack Exchange site interactively within your web browser. You can click on the ...
2
votes
1answer
28 views
Is there a way to get the edit URL for a tag wiki from the API?
I've been playing with a little webapp for tags of a certain kind for travel.SE (current pre-alpha version gist on github).
One thing I would like to do is add links for the various tag-related ...
1
vote
1answer
25 views
Site_Type returns “main_site” for meta.stackoverflow.com
For Meta Stack Overflow, the 2.0/sites endpoint returns "main_site" rather than "meta_site". All other site_type for other stackexchange sites return correctly.
URL: ...
