1
vote
0answers
113 views

Unread messages in inbox query shows older inbox messages

I am using the /inbox/unread route to get the unread messages in a user's inbox. Recently (over the last couple of months, perhaps) I have noticed that the entries returned from this route initially ...
2
votes
0answers
203 views

Pretty StackOverflow

This userscript provides a prettier interface to StackOverflow. (Click for larger image) Installation Stylebot page Userscript install link It also hides notifications. To bring them back, ...
0
votes
0answers
13 views

The 1.0/sites API call is not returning all stackexchange sites

Version 1 of the /sites API call does not appear to be returning all sites currently in the StackExchange network. Compared to calling version 2 of the API with a large page size, the list of sites ...
2
votes
0answers
12 views

Get tags from question through an answer

I'd like to use this function: http://api.stackexchange.com/docs/answers-on-users to get a list of answers from a user. The key element that I need though is what the question was tagged as, is there ...
5
votes
1answer
1k views

StackDeck - desktop application written in Qt

About This handy application is your real-time desktop browser for the Stack Overflow network, allowing you to easily search for questions, answers, users, comments, and more! License GNU General ...
19
votes
1answer
310 views

Duplicate Question Suggestion Boxes

Screenshot About Duplicate Question Suggestion Boxes is a UserScript for any Stack Exchange site that makes it extremely simple to check for duplicate questions for a post. In the left side ...
0
votes
0answers
34 views

QuickStack - A Simple Browser Extension

About QuickStack QuickStack allows you to quickly view StackOverflow questions without visiting the question page. This was inspired by the Reddit Enhancement Suite and it's feature that allows quick ...
3
votes
2answers
208 views

Can I apply the API Key first and do the application later?

I don't have an application to submit at the moment, but can I apply the key first?
2
votes
0answers
11 views

Using Stack2RSS, why can I get feeds for some SE sites and not others?

I can use Stack2RSS to easily get RSS feeds of some StackExchange sites but not others: The pattern if I understand the API is http://stack2rss.stackexchange.com/{SiteName}/questions Substituting ...
2
votes
0answers
22 views

How should we announce updates to our apps, scripts, libraries, etc?

Is there a recommended best way to let the stackapps community know that we've released an updated version of one of our projects? We can edit the project's page and bump the version number, but this ...
0
votes
0answers
46 views

WordPress Plugin to Display SE Activity?

Is there a WordPress plugin that will display a users activity from any of the StackExchange sites (i.e. display their answers and questions, etc.)? If there isn't a WordPress plugin for this, is ...
7
votes
0answers
626 views

Ask Ubuntu Data Server - Blazing Fast Searches from the Data Dump and API

Note: a special thank-you to Jacob for hosting this application on his server. Screenshot About This project was born out of a need to get data from the Ask Ubuntu API with little ...
15
votes
4answers
835 views

soapi-notify : Stay ahead of the pack with new question notification V1 release

soapi-notify Stay ahead of the pack soapi-notify is an easy to use windows application that monitors Stack Exchange sites for new questions. Watch a 5 minute end-to-end quickstart video You may ...
1
vote
1answer
31 views

how to use tags/{tags}/related

I am new to stackapps. I am wondering how to apply /tags/{tags}/related to more than one tags. The documentation does not give an example. I tried /2.0/tags/c,java/related?site=stackoverflow, ...
4
votes
0answers
68 views

StackIRC - Posting Questions from Stack Exchange Sites to IRC Channels

Screenshot About Similar to the Twitter feeds for each Stack Exchange site, this small IRC bot retrieves questions from any Stack Exchange site and regularly posts them to an IRC channel of ...
0
votes
0answers
34 views

How to add stackoverflow api to ruby on rails app

I created ruby on rails app. And i want to crawl data form stackoverflow, i know to use stackoverflow api but i don't know to add it to my app. Please help me, add it to ruby on rails app. I user ...
1
vote
0answers
8 views

Is there a difference between the API search and the search from within the site?

I'm curious if the search results from the API is calculated the same way as the searches from within the sites themselves? Is there a difference between the two? If so, what are the difference?
1
vote
2answers
28 views

How to get the site name from document to pass to API?

Most APIs take a parameter site which must be set to the name of the site your queries are about. For meta.travel or travel. But of course sites have various names, for example ...
1
vote
0answers
19 views

is there a way to use my app to authenticate users with only a StackOverflow account with the stackExchange oauth api 2.1?

Recently I registered an app in http://stackapps.com/ to provide a way to authenticate users with their Stack Overflow account. Then I noticed that https://stackexchange.com/oauth only works for ...
3
votes
0answers
18 views

More Global Methods?

Consider the following scenario: I need to retrieve a list of the latest questions asked on three different Stack Exchange sites. I throw together an application that hits up the following routes: ...
2
votes
0answers
87 views

Calibre recipe for StackExchange recent question feeds

The Calibre ebook manager has a recipe system to generate ebooks from websites/news feeds in order to read them offline. The following recipe creates an ebook from all StackExchange news feeds: ...
45
votes
6answers
699 views

MyStacks - stack overflow trilogy iPhone app (free)

v.1.3 of MyStacks, an unofficial iPhone app for browsing questions on the Stack Overflow trilogy sites, is now available in the app store Current Version Saves articles offline once viewed Choose ...
0
votes
0answers
87 views

Error Copying Source File in Audio Spectrum Visualizer [closed]

Good afternoon, my name is David and I have a question regarding on the Gtomee.com website. You see, I'm testing this code using LibGDX, Java, and Eclipse to test the music player that detects the ...
11
votes
0answers
272 views

undercurrent - a few tweaks to the user interface of Stack Overflow

Websites evolve and so does StackOverflow. However sometimes it takes a while for features to mature fully and being subjected to involuntary beta tests can be frustrating. Since merely moaning ...
47
votes
10answers
6k views

StackKit: an API framework for Cocoa

About StackKit is a library for accessing the Stack Exchange API from within Cocoa/Cocoa Touch applications. It is under active development, but the major core functionality is present. Code ...
5
votes
1answer
48 views

API docs titled “v2.0”; should be “v2.1”

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
11
votes
0answers
465 views

Ask Jon Skeet - A Search Engine

Ask Jon Skeet A Search engine for questions answered by Jon Skeet. Screenshot About A search engine that focuses on questions asked on Stack Overflow and answered by Jon Skeet. As Jon Skeet is ...
3
votes
1answer
90 views

Can we merge the 'library' and 'wrapper' tags?

There seems to be some fragmentation amongst the tags assigned to wrappers/libraries. Some have library, some have wrapper, and some have both. If I'm not mistaken, they are the same thing. Can we ...
0
votes
1answer
24 views

A way to mimic the “share a link to this answer” dialog from a user script?

I would like to make a browser "user script" (like Greasemonkey etc) that can pop open a window with a text field for the user to select and copy so they can paste it elsewhere. I want to match the ...
5
votes
1answer
275 views

Chrome may not allow one-click userscript install now

Issue 128748: [Regression] Unable to install extensions by running .crx file downloaded in Chrome Chrome can't (directly) install userscripts anymore Chrome Fix: Extensions, apps, and user scripts ...
17
votes
3answers
1k views

Stack Insight - Track a User's Activity Over all Stack Sites.

Screenshots ... but why not see the live site at http://stackinsight.com About Web application to show how all a user has been involve in the different stack sites over time. Just enter your ...
2
votes
1answer
31 views

Can 'api_site_parameter' be added to related_site?

It would be great if the related_site type contained api_site_parameter. I realize that you probably don't want to clutter up related_site with a lot of unnecessary fields, but I think it makes sense ...
3
votes
1answer
34 views

Is there an API to fetch tags related to a given tag?

I'm interested in making a tool that explores the tags of a site for tags which should be merged or mention each other in tag wikis etc. On the page of any given tag there is a column on the right of ...
2
votes
1answer
12 views

type related_site not listed in 'by type' tab list

The type "related_site" is not listed in the 'by type' tab in documentation.
36
votes
2answers
1k views

Reputation graph

Screenshot About I've never been a fan of the reputation graph, but it seems a few people miss it since it has been removed. This user script adds a little "graph" link to a user's reputation ...
2
votes
1answer
42 views

How to register a wordpress plugin

I am about to implement a wordpress plugin to include some of your information in a wordpress blog. In the first version this plugin will display a very limited set of profile information, in further ...
58
votes
4answers
7k views

Droidstack for Android - now with chat support!

Current status I'm not actively maintaining Droidstack anymore, I guess real life just got in the way. Being in college and having a full time programming job leaves no room for hobby projects. ...
3
votes
1answer
60 views

API documentation console unsuccessfully tries to load MiniProfiler results

All of the documentation pages (example) with the test console currently attempt to load MiniProfiler result data, which fails with a 404: POST ...
27
votes
0answers
4k views

StackTrace for iPad

StackTrace for iPad is now available in the App Store. With StackTrace, we have taken a unique approach to consuming Stack Exchange content. Instead of focusing on finding answers to your current ...
3
votes
1answer
44 views

How do I know what apps on my stackexchange account I have already authorized?

I'm developing an app using the stackexchange oauth, I want to revoke my permissions to this app for testing the overall process, but I can't find which apps I have authorized.
1
vote
1answer
33 views

is there a way to use my app to authenticate users with only a StackOverflow account with the stackExchange oauth api 2.1?

Recently I registered an app in http://stackapps.com/ to provide a way to authenticate users with their stackoverflow account. but I notice that https://stackexchange.com/oauth only works for users ...
12
votes
1answer
190 views

Support Cross-Origin Resource Sharing

Currently, the only way to call the API from javascript is to use JSONP, but this can be cumbersome and has security issues. If the following header was included in all API responses, the API could be ...
3
votes
1answer
180 views

HTTP 400 “Bad Request” while using “access_token” in request Url

I registered an app, obtained a key and I have implemented the implicit OAuth 2.0 flow in a Windows 8 desktop app (as per the documentation available here). After receiving and storing the access ...
3
votes
1answer
29 views

Typo in the docs for /me

The doc says: Returns the user associated with the passed auth_token. This method returns a user. It should say "access_token" instead of "auth_token".
2
votes
1answer
81 views

Using an existing Java oAuth implementation to access the Stack Exchange 2 Api?

I found the Scribe oAuth api and I was wondering how a call would work with the Stack Exchange API, since that uses oAuth. I'm sorta green when it comes to oAuth but I'm planning on writing an ...
0
votes
0answers
52 views

Thinking about making a cross-platform app [closed]

I am looking at developing an app for my company. Initially I was just thinking about the iPhone but then realised I should consider the Android OS and the Windows phone and also probably access via ...
3
votes
1answer
29 views

Querying “standard meta tags” for their tag wikis wrongly says they have none

I'm checking which tags have tag wiki excerpts in my code. It looks like /tags/{tags}/wikis is the right API since the tag info API doesn't even give a boolean for tag wiki excerpt presence. But ...
5
votes
2answers
2k views

Why Content-Encoding gzip rather than Transfer-Encoding gzip

The API responses are returned in gzipped format. But by using Content-Encoding gzip, the burden of unzipping is on the user of the API. On the other hand if the server uses Transfer-Encoding gzip, ...
0
votes
0answers
19 views

Could we add “has_tag_wiki” and “has_tag_wiki_excerpt” flags to the tag info API?

Currently the only way to check for existence of tags wikis and tag wiki excerpts is to fetch their actual contents using the tags wikis API /tags/{tags}/wikis But this returns the entire text ...
2
votes
1answer
21 views

Given that stackapps has no “meta” is it OK to ask “discussion questions” with no “one right answer” here?

Sometimes I want to ask questions about using the API that don't necessarily have "one right answer" or might be subjective. I've looked in the chat room but it's not very active. I've looked for a ...

15 30 50 per page
1 4 5 6 7 8 30