1
vote
1answer
9 views

How can I get a list of favorite/ignored tags?

I can not find an API method method that would provide me with a set of favorite/ignored tags for a given user. Is there such a method? If not, is there a recommended way to get this information?
0
votes
0answers
21 views

StackFilter: alternative homepage for StackOverflow, with some specific filters

Screenshot / Code Snippet About This is an alternate homepage for StackOverflow with stronger filtering options. I made it because default homepage often provided me with questions that were ...
0
votes
0answers
18 views

SeAnswers.com - alternative search utility for stackoverflow and linux users

Screenshot About Simple Search utility, that intends to show answers instead of just a list of links. It aims to be an alternative for standard stackoverflow search. It will (hopefully) be ...
0
votes
0answers
22 views

Parameter `tagged` in `search/advanced` seems to use `AND` instead of `OR`

It seems that search/advanced has the same problem as in "The tagged parameter does not work with multiple tags" question. When I select c#; .net I only get results tagged both c# and .net: ...
0
votes
1answer
26 views

CDN redirect for the API's JavaScript SDK is incorrect

The API's JavaScript SDK is listed as https://api.stackexchange.com/js/2.0/all.js. However, GET request produces the following response: Status Code: 301 Moved Permanently Location: ...
1
vote
1answer
5 views

What is the right way to create a stackexchange API filter?

I'm trying to create a filter following the documentation, but a few things are quite unclear: How to create a filter without a base? What are mandatory the fields to include in any filter? How to ...
0
votes
0answers
19 views

Comment Box Close Button

About Every time I accidentally open the comment box on Stack Overflow questions/answers, I always look for a way to close it, but there never is one. After doing that several times, I decided it ...
1
vote
1answer
35 views

View Post Timeline

Inspired by this MSO question. This tiny userscript will add a link to the timeline for any post, just below the "favorite question" star button. Example image: This is the code: // ...
2
votes
1answer
25 views

Maximum length of “about me” in the Stack Exchange API?

What is the Maximum length of "about me" in the Stack Exchange API? The one from the /me path. And in general, where are the length limits published? If anywhere?
5
votes
0answers
61 views

SOAnswerDate - answer dates in user profiles!

Notice: This feature has been officially rolled out, and so this user-script is no longer necessary. It shall remain here, though, for reputation's sake :) Simply put, this adds answer dates to the ...
0
votes
0answers
62 views

StackOverflow android application to answer questions

I am a regular answerer on StackOverflow and I have been trying to use my Android phone for my workflow, but unfortunately the mobile Web application is very cumbersome to use: for example, the ...
1
vote
0answers
86 views

Stack Activity: Last activity of every question on the homepage and active tab

​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
1
vote
0answers
30 views

Stack Exchange OAuth2, explicit access-token response format does not adhere to RFC6749 standard

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 ...
-1
votes
0answers
48 views

Hide Low Rep Questions

About Inspired by this heavily downvoted Meta SO question, this user script hides all questions on the new questions page where the OP has < 20 rep. Personally, I don't like the idea of this - ...
0
votes
0answers
32 views

Stack 8 - Metro Style Stack Exchange Reader for Windows 8

Description Make the most of all Stack Exchange sites in one place. Stack 8 helps you to keep track of all your favourites Stack Exchange sites making easier to find questions and answers. Features ...
1
vote
1answer
17 views

How can I use the Stack Exchange API to get the total number of upvotes on answers to questions with a specific tag?

I want to use the API to get the sum of all scores of my answers to questions having a specific tag. I started using top-user-answers-in-tags method, but it only returns the top 30, whereas I want ...
2
votes
0answers
20 views

Enhanced Ctrl + L and URL templates for comments, answers and questions

Shortcut Ctrl + L to add links to a comment. Define URL templates to make it easier to insert links to documentation. Screenshot Edit the source code of the script to configure it (edit this ...
1
vote
1answer
41 views
2
votes
0answers
52 views

Link Only Answer Automatic Flagging

Thank you to Manishearth for giving me the idea here Autonavigate/autocomment "close/flag offtopic" for MSO As a very avid user of the Stack Exchange, I try to make this place ...
-1
votes
0answers
44 views

KBD Button for Editor on StackExchange sites

Simply adds a button to the toolbar that lets you quickly apply keyboard markup. The extension is available on GitHub and should work as: Userscript Chrome Extension Firefox and Opera Extension ...
0
votes
1answer
30 views

Inbox item not marked as read after viewing

Accessing inbox items using the following url: /me/inbox Unread inbox items remain unread (is_unread = true) even after that specific item has been read using the API (v2.1). The items are marked ...
-2
votes
0answers
26 views

How can we Call Api (By some URL)with API key and token? [closed]

How can we Call Api (By some URL)with API key and token:
0
votes
0answers
15 views

Does any one remember an app that runs test cases against stackoverflow answer to find the right kind of code snippet?

I remembered to see an web application that allows people to create input and output of programs, then the app searches stackoverflow answers that satisfy the input and output pairs. I'm not sure if ...
4
votes
0answers
147 views

Stack Overflow Instant Search

Screenshot About I love the concept of instant search that Google introduced. Stack Overflow Instant Search does exactly that - it brings (almost) instant search to Stack Overflow. The results ...
4
votes
0answers
66 views

Hide badges I've already attained

About Inspired by this Meta SO question, this user script adds a checkbox to the Badges page to allow you to hide badges you've already attained, so you can easily see which remain. The checkbox's ...
1
vote
0answers
30 views

Review Queue Hider

About This user script adds a button to each review queue to allow you to hide it. Useful if you don't want a certain queue popping to the top! Each Stack Exchange site holds its own settings too, ...
1
vote
1answer
35 views

Get all sites of type “main_site”

Is there a way to get all sites of type main_site from the /site method? If not, what's the best way to get that list? Should I get all sites with a huge pagesize and then filter it in my App?
0
votes
1answer
43 views

Inbox and Notifications aren't being filtered by site

I'm using the API get inbox messages and notifications for various sites on the StackExchange network, but it doesn't seem to matter what site parameter I pass in the query string. I always get my ...
1
vote
1answer
143 views

Review Stalker user script

This is a very basic user script which does the following: Checks the Review homepage if there's anything you can review If so, it changes the title to (n) old_title where n is the number of ...
0
votes
2answers
83 views

Get API responses in formats other than JSON

I am working on an application which uses the Stack Exchange API. But I don't want responses in JSON format. So, if I want to convert JSON to another format like XML, is there any way to get the ...
1
vote
1answer
45 views

Off-by-one error in fromdate processing

When running a query with a given fromdate value, values which match fromdate - 1 are returned. An example: When using fromdate=1367715851 results will be returned which have a creation_date of ...
0
votes
0answers
34 views

Why does my request for pagesize=100 only return 30 results?

I am running the following query, and ones very similar to it, to retrieve a list of my own answers: ...
1
vote
0answers
22 views

The 2.1, “similar” path is returning empty results

I've been a happy user of the /2.1/similar Stack Exchange API for a while. But, at some point within the last 24 hours, or so, it started returning empty results (but otherwise reporting everything as ...
0
votes
1answer
39 views

Not possible to login to approve or reject access to application on Windows Phone 7 device

I'm making an app for Windows Phone using the Stack Exchange API but I'm having a bit of trouble when I try to let the user approve the application (using client side flow). I open a web browser at ...
0
votes
1answer
56 views

Searching answers with API

I'm very new to the API and I was looking for a way to get answers of a user. E.g. something like if you click on a tag in your tags section of your profile. For questions this seems to be quiet easy ...
1
vote
1answer
113 views

How to login programmatically using Android Code?

I think my questions is not a duplicate of this one How to login programmatically I have read the authentication document but still i am not able to get what should I do for if I want to perform ...
3
votes
1answer
62 views

Getting started: /users/{id}

I am trying to get the amount of reputation that a user has. I have established that I need to use this url: ...
1
vote
1answer
30 views

How do I find a user by their `display_name`?

I am using Serel (the Ruby wrapper) and would like to be able to find a user by their display_name. As it stands right now, I can only find them via an ID - like Serel::User.find(1,2,3). I tried ...
3
votes
1answer
41 views

Array of all Stack Exchange sites with Name, URL and Description

I'm building a WordPress widget and need this array do display a dropdown where the user will select the target site. And with the selection value, the information will be built and displayed ...
1
vote
1answer
47 views

json with list of all user's on stackoverflow

I am trying to get the list of all user's in json format (as provided by the api) (using jquery jsonp) What i found is pagesize – The number of collection results to display during pagination. ...
4
votes
0answers
19 views

API docs for “stack overflow” still feature v1.0 docs

I guess I'd call this a doc bug. Currently the page http://api.stackoverflow.com redirects to http://api.stackoverflow.com/1.0/usage, which says at the top "Don't use 1.0, use 2.1". This URL ...
0
votes
0answers
24 views

Stackoverflow app that can popup question with certain tag as they asked in realtime

I am in search of kind of app that can notify about new question in real time as they are posted. I can create such app with the api provided but i don't want to do that if that is already being done ...
1
vote
1answer
51 views

How do you list you stack exchange apps

I wanted to know how you're supposed to get a list of apps you've registered on the stack exchange api. I finally managed to find this url: http://stackapps.com/apps/oauth My question is this: How ...
2
votes
0answers
38 views

Test and evaluate my answers classifier? [duplicate]

I have created a web applicability that analyses the answers to a question and ranks them by usefulness. This is part of my thesis, and I need to get some real developers feed back. Here is a link to ...
6
votes
0answers
174 views

DashClock Extension for Android

About Displays the user's reputation on the Android lock screen as an extension of the popular DashClock widget. It can be switched between displaying the total reputation score and today's ...
2
votes
0answers
71 views

Kuna - Make books from Stack Exchange questions

http://demo-kuna.rhcloud.com Kuna is a web application that provides a live environment in which books can be created from Stack Exchange questions. Step 1 Paste the URL for any question found on a ...
3
votes
1answer
77 views

Stack Override: Rank answers by usefulness

Stack Override This extension is a part of my final year project for a computer science degree. It displays notifications when the browser loads a Stack Overflow question page. Once clicked, the ...
9
votes
0answers
142 views

Chrome Extension for Stackoverflow - Customize the color scheme

I created a google chrome extension that allows you to choose custom themes in order to make pretty the code that you read. The extension injects CSS (Lite extension) and saves your preference ...
0
votes
0answers
124 views

BOSO - Best of Stack Overflow

Screenshot / Code Snippet About BOSO is just a simple collection of 'the best questions and answers' on Stack Overflow (as determined by the score attribute provided in the API). I created it ...
3
votes
0answers
23 views

Application stats are completely broken.

It appears that the application stats are completely broken. Attempting to view the number of times Stack Mobile hit the /questions/* methods results in this graph: It would seem that statistics ...

15 30 50 per page
1 2 3 4 5 31