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
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 ...
2
votes
1answer
56 views

Are there any plans to add Inbox functionality to SO API?

So, 3rd party applications will be able to notify users about new answers and comments.
1
vote
1answer
54 views

Pagination of users ordered by reputation

I know I can retrieve a page of users ordered by reputation using these apis: http://api.stackoverflow.com/1.1/users/?sort=reputation&order=desc&page=1 ...
0
votes
1answer
148 views

Is there an open provider implementation for oAuth 2.0 used by StackExchange sites?

I notice that there is an oAuth endpoint for the stackexchange API: https://api.stackexchange.com/docs/authentication The OpenID implementation used by StackExchange is open sourced at ...
9
votes
1answer
55 views

What's the etiquette for answers/comments on an app “question” on stackapps.com?

Since the stackapps FAQ doesn't really address this, and everything I list below could be acceptable when there is so much to discuss, is there an accepted etiquette to what "answers" should address ...
0
votes
1answer
86 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 ...
5
votes
1answer
87 views

API Inconsistencies

In my opinion, one of the hallmarks of a good API is that it is self-consistent. It establishes easy-to-remember conventions and then follows them. As I'm trying to adopt the 2.0 API, I'm finding ...
4
votes
2answers
62 views

Documentation sorted by return type

Right now the documentation is pretty terribly organized. For example, consider the things under the "Users" heading: /users => returns Users /users/{ids} => returns Users /users/{ids}/answers => ...
1
vote
1answer
30 views

Why don't the tags APIs expose the tag IDs?

It seems that all tags have an internal ID, for instance here on stackapps, the api-v2 tag has ID 2442 which you can only see if you edit the api-v2 tag. As far as I can see none of the APIs expose ...
2
votes
2answers
66 views

Once authorized, is there a way to auto-login with a browser?

Assuming I've created an app that authenticates the user against api-v2, is there a method to get a token or cookie that I can pass to a browser instance set to load a stack exchange site that will ...
2
votes
1answer
61 views

How to provide a logout button for authentication?

How would you provide a logout button for an app that uses authentication. (Not so that the user has to choose to accept or reject the app, that's deleting the app from their tab) Basically force the ...
12
votes
0answers
291 views

API V2.0 Public Beta Begins

As has been announced, we're starting the public beta and spinning up a contest (as we did with V1.0). As such, some of the guidelines for the private beta no longer apply. The api-v2-beta tag no ...
1
vote
1answer
39 views

How many simultaneous queries may I make of the same Stack Exchange API?

I've been playing with some of the APIs that have paged results. I've been doing a first call with pagesize=0 to determine how many pages there are then running a loop querying each page. In my case ...
0
votes
0answers
127 views

Stackoverflow user/id to get data to a website

I am trying to get users stackoverflow info on to my website using the ids of their stackoverflow account they provide us. I am trying to get the JSON content that is available from this link: ...
11
votes
1answer
144 views

API V2 Private Beta Begins

It's about time this thing got under way. If you're participating in the private beta, you should receive an email to that effect. If you were also a member of the V1.0 private beta, you'll notice ...
18
votes
0answers
491 views

Register for the Stack Exchange V2.0 API Private Beta

It's getting to be that time (actually, it's about a month later than I'd hoped but still!), API V2.0 is shaping up and we're spending more and more time on UI polish rather than functionality. So ...
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!
15
votes
2answers
226 views

API Endpoint Changes Coming In Version 2.0

As work has progressed on the upcoming second version of our API, we've come to a bit of an impasse that's going to force a semi-radical change. Here's the root of the issue: once you've gotten an ...
10
votes
1answer
185 views

How to find libraries that are compatible with a certain API release on Stack Apps?

This has become a bit of a concern for me with the upcoming beta for v2.0 of the API. The problem is simple: if someone wants to know what version of the API a library is compatible with (or at least ...
1
vote
1answer
55 views

How to get “inbox” items

Is there an API function to get the contents of the user's inbox? For example, my inbox looks kind of like this: 2 comments on Bash Prompt keeps disappearing What does that PS1 accomplish ...
27
votes
6answers
1k views

Draft Specification for API v2.0

We've started working on the next version of the Stack Exchange API. The current draft specification is available, and we'd like to hear your feedback! The headlining feature for this release is ...
2
votes
1answer
92 views

Has anyone *implemented* the Stack Exchange API on top of a public database dump?

It seems that the public database dumps contain nearly all of the data required to respond to API queries. Has anyone implemented the API, backed by a copy of the public database dump? It would ...
2
votes
2answers
57 views

Why does api.stackoverflow.com allow resource calls that accept vectorized or multiple IDs?

http://api.stackoverflow.com/1.1/usage/methods/questions-by-ids What is the motivation for building api.stackoverflow.com in a manner that accepts multiple IDs in a resource call? For example, I can ...
3
votes
1answer
132 views

Do I need permission to use the SE API for a commercial app?

I recently developed a mobile app using the publicly available API of one of the Stack Exchange sites. Do I need to obtain permission from Stack Exchange before releasing the app to the public? Can I ...
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.
0
votes
2answers
90 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
0answers
51 views

Using Stack API for a Forum?

I don't know if this is the right stack site to ask this... Would it be possible to build a forum using the stack API? Would it even make sense?
0
votes
0answers
40 views

Stack family site [duplicate]

Possible Duplicate: Can i make an internal Q&A site like StackExchange? I've had a brief look at the stackapps site and the StackExchage API, but I was unable to answer myself the ...
1
vote
1answer
139 views

Stackoverflow API - get “received” upvote count of a user.

I'm currently using the Stackoverflow API to get a list of detailed user information (via http://api.stackoverflow.com/1.1/usage/methods/users-by-ids). There is an attribute called "up_vote_count" ...
2
votes
2answers
98 views

User “authentication” (validation?) in V1 of the StackExchange API

In a previous question, it was asked whether it is possible to authenticate a user through the Stackoverflow API? The short answer was no, not until version 2. Now I would like to know: is there any ...
2
votes
1answer
22 views

Get a list of required tags for site

How can I get the tags which are required, (fulfills_required = true) for each site? Like order/filter the tags route to show the fulfills_required tags first?
3
votes
0answers
19 views

Filtering tags should provide exact matches at top

Take this query for example: http://api.stackoverflow.com/1.1/tags?pagesize=25&filter=ip No where is there the valid tag [ip]. It is further down the page. This is quite annoying when searching ...
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/)
2
votes
2answers
78 views

Small user scripts, one-liners, prototypes?

The script tag is to be used for complete userscripts. It would also feel kind of pollutive to swamp it with lots of smallish submissions. Hencewhy I'm making this proposal as reference question to ...
3
votes
1answer
42 views

Is there documentation on how to install scripts?

Is there documentation, or at least links, on how to how to install JavaScript scripts for your web browser of choice? Most of the FAQ seems to be about how to create StackApps, rather than how to use ...
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?
6
votes
2answers
130 views

OR operator for StackOverflow API

I'm trying to get a list of questions from the SO API for a number of tags, At the moment I am using the ; operator to separate the tags in the URL but the thing is this only brings up questions that ...
1
vote
1answer
25 views

Timeline results contain redundant information?

Can I get a confirmation that the response /users/{id}/timeline contains redundant information, namely: If the action is: | Then the timeline_type is always: ...
1
vote
1answer
223 views

Any guarantees on JSON string encoding?

According to the JSON specification, JSON can be returned in one of five string encodings: UTF-8 (the default encoding) UTF-16 Little Endian UTF-16 Big Endian UTF-32 Little Endian UTF-32 Big Endian ...
6
votes
0answers
80 views

api 2.0 - any plans to bring SE sites closer together?

I've been re-reading api 2.0 roadmap and thinking what might be useful to have there. I don't care much about authentification, and even less about write access. But what would really reduce amount ...
2
votes
1answer
81 views

Clarification on StackApps “App” vs “Script”

Pursuant to a chat conversation there's some clarification needed on what it means for a stackapp to be an app or a script. I'm posting this for the community and for future searchers and as a bit of ...
3
votes
1answer
58 views

Retrieving comments received by a user

I want to retrieve all comments directed to a particular user (rather than comments posted by that user) within a particular time period (e.g. last 24 hours). I don't want just "mentions", which are ...
4
votes
1answer
61 views

Enumerated types documentation in 1.1 API

I'm starting to implement requesting question and user activity in my framework, but the new 1.1 API documentation doesn't seem to indicate what the possible return values are for the fields any more. ...
4
votes
0answers
197 views

Guidelines on app and library thumbnails

We now have better, user-friendlier display for apps and libraries and scripts: http://blog.stackoverflow.com/2011/02/stack-exchange-api-1-1-and-improved-app-gallery/ We infer a number of things ...
21
votes
3answers
245 views

Changing the display of the apps tab

We're looking at changing the front page of Stack Apps to look more like a proper app "marketplace" and less like a run of the mill Stack Exchange site. Proposal (third draft) This would replace ...
4
votes
1answer
95 views

Drafting users for testing in Alpha/Beta stage?

I finally stopped stagnating long enough to start working on an application for Stack Apps using the API. Development is going well and within the next 6 to 8 weeks there will be enough functionality ...
1
vote
1answer
343 views

Can i make an internal Q&A site like StackExchange?

I'm looking forward to develop a Q&A site that was requested to be private for my company, and as my boss talked it looked like he was describing StackOverflow, what i want to know is, is it ...
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 ...
2
votes
1answer
53 views

Are these requests guaranteed the return the same results?

Going over the API, there seems to be some overlap when it comes to expressing a predicate in a URL. For example, let's say I want to fetch some questions from stackoverflow.com that have the tag ...
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 ...