0
votes
1answer
5 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 ...
0
votes
0answers
5 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
8 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 ...
3
votes
0answers
30 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 ...
3
votes
0answers
22 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
21 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
21 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
25 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
58 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
40 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
31 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
23 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
19 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
0answers
13 views

Where are my comments [migrated]

I do get notified on Answers and comments (if addressed to me), but since I am quite active over multiple sites, how about been notified on all follow up comments in the OP or Answers where I gave a ...
-1
votes
0answers
25 views

Possible bug in /users/{id}/tags/{tags}/top-answers

If I search for a non existing tag I get some results. I expect simply nothing, because I have no such tagged questions.
0
votes
1answer
36 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
44 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
96 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
57 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
29 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
39 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
34 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
18 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
23 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
50 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
152 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
64 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
72 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
136 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
116 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 ...
1
vote
1answer
37 views

Get questions content from StackOverflow API

I need to get the question content from StackOverflow site. I already built the functions that parse the HTML for a question, and return me the question content. But, I found that there is an API, ...
5
votes
6answers
98 views

StaQover, a new S-O. profile viewer in QML2

As I couldn't find any Chrome extension fitting my needs, I started a QML app to provide just what I need, here it is : StaQover can view a profile by name, and show reputation history and badges ! ...
5
votes
0answers
30 views

Stack Exchange Chat Reply Helper

What does it do? First of all, it puts a highlight on the message you're currently replying to. Second, it allows you to select a message to reply to by using the keyboard. Just type : and then ...
5
votes
0answers
25 views

Copy super-ping usernames

Based on the code from Copy Question Link Markdown, here's a script that gives moderators the possibility to copy chat-ready superpings from any question that is closed. This can be useful if you ...
3
votes
0answers
124 views

Showr for Android

Screenshot About Put artwork and information at your fingertips, or make your Android device truly personal, with Showr. Showr adds pictures to your home screen or lock screen, picked from ...
1
vote
0answers
59 views

Stack over flow stack graph?

What is the most popular language on the last 100 stackoverflow's questions ? This page provide you a visualization of stackoverflow's last questions sort by the 10 most popular tags. ...
2
votes
0answers
37 views

StackFlair Widget - Highly customizable user flair widget for Android

Screenshot About StackFlair is a highly customizable widget which displays your profile information (flair) from any website that is part of the Stack Exchange Network ...
3
votes
1answer
29 views

List of object types on SE API v2.0+

Beware: The API is Huge!! Below is the list of all the "types" of objects returned by the API v2.0+ :- Note: v2.1 specific types are noted in a seperate box Type | Field ...
1
vote
0answers
126 views

Coderbits - Intelligent portfolios for developers and designers

https://coderbits.com Screenshot About Resumes are inadequate at verifying skills, traits, and knowledge that software developers and designers possess. Coderbits is a network for software ...
1
vote
0answers
166 views

stack2py - A Python wrapper for API v2 [alpha]

About stack2py is a library which wraps the SE API (v2.1) for Python. It aims to provide a clean and complete interface to the user, giving them complete control and accessibility. Although, ...
1
vote
1answer
23 views

Can you identify a user from the access_token?

I have the access_token after authentication from the user. At this point I don't know with which sites this user has registered. Is it possible to get user information like the display name or ...
2
votes
0answers
88 views

LIVE Desktop Alert for Stack Overflow

About This app will provide you LIVE desktop notification for new questions posted on StackOverflow. You can add your favorite tags and it will continue searching for new questions. If it finds a ...
2
votes
1answer
19 views

How can I re-authenticate StackAlert Addon

Recently I removed StackAlert Firefox addon from my apps list in StackExchange. Now when I reinstall it, it is not authenticating and giving message key is not valid for passed access_token.. How ...
1
vote
1answer
19 views

Getting questions that have a specific tag or tags?

In the current api (2.1) how do you get questions that have a specific tag or tags? e.g.: 1) All stackoverflow questions asked in the past 2 months tagged 'ruby'? 2) All stackoverflow questions asked ...
1
vote
0answers
22 views

Wrapper implementation method to get user notifications in Stack Exchange?

I'm trying to build an app that requires me to get the user notifications for a particular Stack Exchange user. Now, I'm trying to use Java to accomplish this and I came across this wrapper library: ...
3
votes
0answers
19 views

Should feature-requests, for third party apps, be flagged as “not an answer”?

I spotted this "answer" as a first-time post: Feature Request Please add support for proxies.... It would be helpful to people behind proxies. Like "ME" I was going to flag it as "Not ...
1
vote
1answer
32 views

Stack Overflow Firefox Extension

Recently I created a tiny Firefox extension to get given user reputation of Stack Overflow. But I did that using API version 1.1. How can I migrate that to 2.1? How to authenticate my application ...
11
votes
0answers
331 views

Stack-Ed, Website and iPhone App

Screenshots About The Stack Exchange platform is changing the way that we learn. Stack-Ed is an educational tool that was built to help people learn from the best of the best within the ...

15 30 50 per page
1 2 3 4 5 30