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

1
vote
1answer
97 views

Can I download the executable for any developed or listed application that developed using SO API?

I saw the StackList and the apps. May I know How can I use those applications? Can I use it ? Are they opensource? Can I download the executable for any developed or listed application that ...
1
vote
1answer
111 views

Are there any webhooks for detecting changes/updates? [duplicate]

Possible Duplicate: Can we have some sort of notification system? Have you looked at adding any webhooks so applications don't need to continually poll for changes?
1
vote
1answer
104 views

How to calculate rank; local to site and globally?

With the available data points, how would you rank users, both on a site basis as well as globally? Right now I am simply sorting on reputation desc, creation_date, user_id, display_name. This ...
1
vote
1answer
112 views

I was building an irc bot with the stackapps api and…

So I was building an irc bot from scratch. I had named it sobot. Did the first test run and guess what? There's already an irc bot by that name. So what I am asking is: Am i paddling in the wrong ...
1
vote
1answer
43 views

In question/timeline api all votes have the same timestamp… is it intentional?

In question/timeline api all votes actions have the same timestamp in creation_date... is it intentional?
1
vote
1answer
87 views

when/if/how/why do non-trilogy Stack Exchange sites aquire/provide API access

So I am looking at http://mathoverflow.net, trying to blow some cobwebs out of the dark corners of my brain that used to house some not-insignificant abilities and found myself wondering about API ...
1
vote
1answer
85 views

Creating plug-ins with StackApps which can be used on a per-user basis.

Facebook developers can create applications which run inside Facebook. For example, the Graffiti app adds a button to the New wall item popup, and has its own pages inside Facebook. What if we could ...
1
vote
1answer
61 views

API Help Suggestion: /users/{id}/badges id parameter clarification

On /users/{id}/badges, the description of id parameter diverges from the inferred standard. e.g. a semicolon delimited list of user ids vs A single primary key identifier or a vectorized, ...
1
vote
1answer
54 views

help page suggestion: json results for help pages

it would simplify machine reading if we could apply type=jsontext to api-help pages, including the index. update ...
1
vote
1answer
65 views

help page suggestion: position required parameters at top

in the case of id, it is now placed at the bottom of the page. It makes sense to place required parameters at the top of the page with a slight separation, perhaps an <hr> or an icon.
1
vote
2answers
61 views

Do tags have “Id” field?

According to help page, there is no "Id" field. But I am just wondering if there id "Id" field for tags, can we get it through API too?
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. ...
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 ...
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, ...
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
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;} ...
1
vote
0answers
45 views

Iphone get image downloaded from a mysql database [closed]

I am a beginner , like really a beginner i iOS programming field. I want to program something really basic, like downloading images from a mysql database into an app. I went through most of the ...
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 ...
1
vote
0answers
80 views

Has anyone made a wordpress plugin for stack api?

Just wondering if as it would be nice to put a widget on a wordpress post that allows people to add new questions and answer them right there in the blog.
1
vote
0answers
111 views

I am planning to build a Windows 7 gadget for Stack Exchange.

Hello, I am planning to start development of a windows 7 gadget for stack exchange.Specifically stack overflow. I would like some guidance, on where to get good designs, HCI patterns, etc for the ...
1
vote
0answers
94 views

Anyone build a “Outlook Social Connector” for SO? (perhaps integrated Soapi.CS/C#)

I'd like to see an Outlook Social plugin that shows the reputation of everyone on a given email message. Update: Here is a sample project to get started. 80% of the work is now complete... It would ...
1
vote
1answer
121 views

Locked vs Closed

Whats the difference between locked and closed API wise. What I mean is why is this question locked: http://money.stackexchange.com/questions/4755/should-i-get-a-credit-card-closed But this one ...
1
vote
0answers
54 views

Maximum tags for a question on any SE site

Is the maximum tags for all SE sites (and those in the future) 5?
1
vote
0answers
200 views

Are the Open Data Protocol (OData) endpoints considered to be part of the API? [closed]

The official introduction of the phantastic Stack Exchange Data Explorer (SEDE) made me wonder how the implied Open Data Protocol (OData) endpoints relate to the API? Obviously there is great overlap ...
1
vote
1answer
51 views

help page suggestion: exemplars - working example urls for each route

It would take a lot of the guess work out of sussing the api if each route's page provided a small handful of working urls. This would also serve to provide an authoritative result exemplar.
1
vote
0answers
146 views

Any CSS ninjas want to help me style my sample app?

I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...
1
vote
1answer
101 views

Helping people is 'noise or pointless'?

How to batch up multiple id requests to maximize economy and still avoid (400) Bad Request [closed] closed as noise or pointless by Kevin Montrose♦ Aug 16 at 23:15 This question does not add ...
0
votes
1answer
120 views

Truly unanswered questions

Clicking "unanswered" shows you questions w/o ACCEPTED (upvoted) answers, but has someone written a script/site that shows you questions w/ NO answers, upvoted or otherwise? It seems easy to code ...
0
votes
1answer
50 views

Area 51 sites api

Why does http://api.stackoverflow.com/1.1/usage/stackauth-methods/sites not list Area 51 (http://area51.stackexchange.com/)
0
votes
1answer
117 views

Does an access using the API count towards the user's consecutive days total?

Supposing I knock up a quick Python script that uses Py-StackExchange (or similar) to visit stackoverflow, retrieve a recent question, etc.; and then run a cron job to do this a couple of times a ...
0
votes
1answer
52 views

r.e. /stats fields.

I see we are getting some meta data in stats now. This is good. I see the api path in there, but I have to assume that it is simply part of the record that is being output and is not intended as a ...
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
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 ...
0
votes
2answers
188 views

StackExchange Android app for on Tablet

Is there any Android app designed for Tablet?
0
votes
2answers
91 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!
0
votes
2answers
80 views

Is there an app to monitor reputation and new answers/comments?

Is there a desktop app that will alert me when my reputation changes, and when I have a new answer or comment on any of my 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 ...
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
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
1answer
199 views

Site Icon Hash in stackauth.com/sites

How do I cache the images properly, I think asked this somewhere before, but it hasn't affected me until gameing site went out of beta. It's HTTP headers or something isn't Ok I used George's ...
0
votes
2answers
90 views

site status: Closed_beta

Will stackauth ever show a site as closed_beta? Is there much point if it's closed?
0
votes
1answer
55 views

Delay from editing question to seeing the edit in API

Sure a delay of about a minute is not much, but when you consider that if you post a question the API sees it immediately, and often something using the API is ahead of the stackoverflow site, then it ...
0
votes
1answer
60 views

SOFU/ SE Reputation Aggregator

Is there an app that aggregates all my SOFU/SE reputation, badges in one single place? I'm going to love it.
0
votes
1answer
31 views

redundant question fields

These are simply pointing to known endpoints. This is truly 100% redundant data. "question_timeline_url": "/questions/3078600/timeline", "question_comments_url": "/questions/3078600/comments", ...
0
votes
2answers
75 views

Scratch Pad Wiki Question

This q is for use by anyone who needs to modify, add or delete an answer or to modify the q to update the last_activity field. Leave this description, but otherwise have at it.
0
votes
1answer
70 views

help page suggestion: /questions/tagged/{tags} - tags param clarification

Method removed it is not clear what a 'list' of tags looks like. does this parameter follow the semicolon seperated list format of the id param? is it a comma separated list?
0
votes
1answer
26 views

help page issue: revisions by revisionguid example needed

/revisions/{id}/{revisionguid} - usage of this route is not clear to me. can someone provide a working url and perhaps a simple use case.
0
votes
1answer
141 views

I need Testers, anyone want to be the First?

I will be needing testers for my app "Stack Bridge". If anyone want to be the first to destroy, I mean test my app, let me know.
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
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 ...