The question you're asking is designed to solicit opinions or best-practices on a particular topic, with the goal of reaching community consensus.

learn more… | top users | synonyms

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 ...
0
votes
2answers
41 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 ...
0
votes
1answer
36 views

How to search my threads based on some key words?

As I have already many threads in some StackExchange sites, sometime I would like to be able to search among them, for instance, based on some key words. Does anyone know how to do that? Thank you!
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
votes
0answers
26 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
45 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 ...
7
votes
1answer
261 views

List of example questions

Since it's hard to find examples of questions with various attributes, maybe we can turn this into a reference? Here's the problem: I want to try out the locked_date attribute in one of my apps, but ...
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. ...
25
votes
0answers
1k views

List of API client libraries grouped by programming language

This question serves as an organized reference of client libraries available for the Stack Exchange API. This is intended to be an all-inclusive list of libraries, so if you develop a library, feel ...
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
0answers
10 views

On Personal Keys and Limits

I'm currently in the early stages of developing an Emacs major mode for the Stack Exchange Network (see this question if you're interested in helping at the moment). I'm a little torn on how to set ...
0
votes
0answers
18 views

Universal Stack Widget

I'm thinking about creating a gadget as opensource project for everyone to use which would enable developers to add feature they're web apps user profiles where user can simply add to his/her profile ...
4
votes
2answers
434 views

Application to read stackoverflow off-line

I'm now going on vacation and I won't be having internet connection there, I was thinking it would be a good time to browse throught the stackoverflow data dump. However its all in XML and I'd have to ...
2
votes
1answer
22 views

Is question_id unique across all stackexchange sites?

The standard structure of a question URL is: http://site.com/questions/question-id/title Example: http://stackoverflow.com/questions/457927/git-workflow-and-rebase-vs-merge-questions It is ...
0
votes
1answer
87 views

Where are stackoverflow buttons/widgets?

I'm building a simple paste app for long error logs (errorpaste.appspot.com). A user can post error logs and descriptions of them. Now I want to add a Stack Overflow button or any widget so that the ...
0
votes
2answers
92 views

Which of the Ruby libraries/wrappers for the Stack Exchange API is most complete?

There seem to be a number of ruby libraries: Pilha or Rubyoverflow. Has anyone used either of these? What are their strengths and weaknesses? Which is more actively maintained? Thanks!
2
votes
1answer
27 views

Creating a home brew Push Server for Stack Exchange

I'm looking to create a home brew push notification server for Stack Exchange. This is mainly due to the fact that Toast Notifications within Windows Store applications are done using Windows ...
1
vote
1answer
33 views

Get my profile information after authentication

I am coding for a mobile application and using stack exchange API 2.1. I am able to implement oauth and I have access token also. Now I am trying to retrieve my profile information, like user_id, ...
4
votes
2answers
2k views

Posting questions and answers via API

I am new to StackApps. I have created an account and I have got an API key. Now my question is, how can I access user accounts? I'm interested in posted questions and answers. Is there a way to post ...
0
votes
0answers
13 views

App to hide StackExchange notifications, all sites and hot questions (only show inbox)

Please make a app that would hide StackExchange notifications, all sites and hot questions (only show inbox). I prefer using Tampermonkey (Chrome)
0
votes
0answers
22 views

Information visible only to high-rep users

Can the API return information that would otherwise be visible only to high-rep users, regardless of which user is using the API?
3
votes
1answer
40 views

What is an oAuth domain

What is the oAuth domain that is mentioned in the StackApps app registration form? I googled it but couldn't find a good description.
1
vote
1answer
22 views

App/Script to track answers/comments for specific questions?

Is there any app that tracks answers or comments to a specific question and provides an rss feed (or email digest or similar)? I'm only interested in keeping track of certain questions. Can I use ...
0
votes
0answers
10 views

Spatial Data Collection , Forming Maps [closed]

I want to know what should i study if i am working on a project that relates to spatial data in form of maps basically it would include map location on maps since i am an open source guy s i would ...
29
votes
0answers
3k views

How API Keys Work

What are the API request limits? A single IP address can only make a certain number of API requests per day, depending on the presence of a valid API key. Default API daily limits: Key: 10,000 No ...
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
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
33 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?
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
274 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 ...
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 ...
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 ...
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 ...
1
vote
1answer
51 views

Best strategies for calling the API with full throttling support?

I know this would be subjective on a normal SE site but as the relevant chat rooms are mostly dormant, we have no meta site, and nobody noticed when I asked if this kind of question is OK here, I'm ...
3
votes
1answer
24 views

How should we test the new write-mode comments functionality?

Endpoints which write public content are much harder to test. What's the best way to test the new comments functionality without having to post to real threads? I have seen the Charles web proxy ...
1
vote
1answer
14 views

The “Get Started” section in the sidebar only mentions API 2.0 and API 1.1

Now that API 2.1 is "public, frozen, and out the door" shouldn't we update the "Get Started" section in the sidebar on the right side of the screen. It talks about API 2.0 and API 1.1 but doesn't ...
35
votes
1answer
55 views

Image Based Flair (Downloadable Implementation [v2.1])

Image Based Flair I have created an implementation of flair which generates an image of your current reputation automatically. It is currently using PHP GD. Download Source (Version 2.1 - ...
70
votes
3answers
15k views

API “Hello World” code

The Stack Exchange API is based on HTTP and URLs, just like the web page you're browsing now. Except instead of HTML, the responses are all in JSON. Let's say we wanted to call the info method: ...
2
votes
2answers
105 views

Logging out so another user can log in

Just in the process of final testing for an iPad SE browser, and uncovered some odd behaviour. I'm using Google for authentication. If I deploy a clean version of the app, and authenticate, I get the ...
3
votes
1answer
27 views

When will the “site” field be absent from an “inbox_item”?

According to the documentation on the inbox_item type, the site field "may be absent". Under what circumstances will this occur?
3
votes
1answer
32 views

Can I search over SE using SE API if I have only a username?

How do I can find someone's userid if I have only their username? For example, my real username is: Zagorulkin Dmitry My Stack Overflow userid is: 1321404 Are there any API methods for this kind ...
0
votes
0answers
22 views

What stack apps are available that solve Ruby on Rails problems? [closed]

While working in Ruby on Rails (and many other languages), when I get an error the first thing to do is to copy and paste the error into Stack Overflow. What tools are available that integrate Stack ...
1
vote
2answers
154 views

Python library for the StackExchange v2 API?

So I'm aware of Py-StackExchange and pyso.py, but neither covers the v2.0 API. Does anyone know of a Python library for the 2.0 API?
3
votes
1answer
146 views

Java wrapper for the Stack Exchange API 2.0?

I've checked out StackWrap4J, but it looks like it doesn't support some of the new methods provided in the v2.0 API (specifically the ones having to do with user authentication). Does anyone know if ...
1
vote
1answer
65 views

Is there an equivalent to SOStatus app for any Stack Exchange site?

Before I reinvent a wheel, is there an equivalent to the SOStatus app that can show reputation on any Stack Exchange site? SOStatus gives the status of a user on Stack Overflow. It would also be ...
1
vote
0answers
92 views

zWeatherFeed options? [closed]

I used zWeatherFeed to show weather, but I cant find any example to change options. <style> .weatherItem{padding-left:200px;} .odd{height:130px;} .weatherCity{font-weight:bold;} ...
0
votes
2answers
189 views

StackExchange Android app for on Tablet

Is there any Android app designed for Tablet?
3
votes
1answer
41 views

What does “Unchanged in unsafe filters” mean?

Could someone clarify what this means? For example, what does it mean that the short_description field is Unchanged in unsafe filters for a Privilege?

1 2 3 4 5 6