The question you're asking is designed to solicit opinions or best-practices on a particular topic, with the goal of reaching community consensus.
4
votes
1answer
46 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?
0
votes
0answers
24 views
Youtube apps for iphone [closed]
I want to create a basic apps for youtube application, Real time audio and video player streaming of you tube video and
songs.
Any idea's or progams which can be useful will be great!!!!!
1
vote
0answers
48 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 ...
0
votes
0answers
44 views
Chrome Extension to block ads selectively [closed]
Is there any Chrome extension to block ads selectively instead of blocking them across all sites?
I like Google Ads and would like to support most of the websites and blogs, however there are some ...
2
votes
0answers
30 views
Is there an app for searching Stack Overflow?
I was thinking about how I often use the Stack Overflow "ask a question" area as a search engine, rather than searching Google first. I know I'm more likely to find my answer by doing this. I was ...
12
votes
2answers
6k views
Android app for stackoverflow
is there any android app for stackoverflow available?
which basic features i must include if i develope this app? Ideas appreciated.
2
votes
0answers
158 views
Stack Overflow KDE Plasma widget
Is a Plasma widget being developed for Stack Overflow in KDE 4?
I tried StackTray, but I'm thinking of something more complete to use as a widget on my desktop. I'd like to see this done, or ...
1
vote
1answer
50 views
What's the best way to get all available data related to a user's reputation?
I'm looking for the best way to get a full list of every event which has caused a user's reputation to change, It could look like:
timestamp,reputation_change,object_uri
2011-01-25 ...
3
votes
4answers
381 views
Java wrapper for Stack Exchange
I am interested in building an Android or Java ME application. Is there a Java wrapper?
1
vote
1answer
23 views
Is there an app that will let me see aggregate stats on questions associated with a tag?
In particular, I'd like to see/graph views for all questions tagged 'foo'. Seems like something someone must already have done, but search didn't help me find it easily.
7
votes
1answer
299 views
Deprecating API V1.x
API V2.0 has been out and pretty stable for about 3 months now, and we've become pretty confident in it.
Additionally, API V2.0 consumption has now grown past the V1.x family. Now seems like a good ...
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 ...
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 ...
98
votes
3answers
19k views
API Documentation and Help
Method List
All API methods can be found at https://api.stackexchange.com/docs.
Global Method Parameters
All methods accept the following parameters:
type=jsontext: responds with mime-type ...
1
vote
1answer
104 views
Is there a word-processor plugin for stackoverflow's markdown
I have started to grow accustomed to using SE's markdown system, and I love the way it looks. I was wondering, if there was a word-processor, or word processor plugin that uses the same markdown ...
1
vote
4answers
261 views
Using the API for data analysis?
I am creating an R wrapper for the API. The use case for this is for doing data analysis on the SO data.
As I am building it, it seems like I would need to iterate over many pages in order to get ...
2
votes
0answers
60 views
Social network apps for SO
Is there any app for Social networks such as LinkedIn, facebook, twitter etc., where I can show off my reputation on them or just tag favorite questions on them?
Anyone??
13
votes
7answers
5k views
iStack for iPad
iStack iPad currently isn't available on the appstore, it's in development as is getting towards the end of the first version.
I'm now starting to look for beta testers, you will need an iPad ...
2
votes
1answer
64 views
What happened to the recent API contest?
I am curious to know the results of recent stackoverflow contest
It has been removed from the api.stackoverflow page and no updates were seen. I believe that the deadline for the results ...
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 ...
12
votes
0answers
54 views
Reputation Tracker now covers SOFU, Meta SO and Programmers SE
I don't know if anyone's actually using my Reputation Tracker tool, but it now lets you select which sites you want to see reputation for.
For example, the URL for me to find out how I've done today ...
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
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
156 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 ...
2
votes
1answer
23 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?
8
votes
7answers
846 views
How to format time since xxx e.g. “4 minutes ago” similar to Stack Exchange sites
function timeSince(date) {
var seconds = Math.floor((new Date() - date) / 1000);
var interval = Math.floor(seconds / 31536000);
if (interval > 1) {
return interval + " ...
14
votes
1answer
135 views
Can we get access to key-usage metrics?
Will developers ever get a chance to see how often their app key is being used?
Or how many unique IPs are used the key?
Or any other random metrics that might be interesting?
23
votes
0answers
266 views
Why I think Area51 needs an API.
Okay, I have to admit that I never dreamed I would be advocating an API for Area51. But here I am doing it :)
I think we need an API for Area51. Granted, the whole concept of questions and answers is ...
9
votes
1answer
57 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 ...
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 => ...
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 ...
1
vote
1answer
31 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 ...
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 ...
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 ...
3
votes
3answers
385 views
How to format an url-friendly slug for question urls
I would like to construct a slug starting from the question title.
It would be useful to apps that want to show the original link to the question in a human readable way.
On StackPrinter i have this ...
12
votes
0answers
292 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 ...
4
votes
0answers
198 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 ...
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 ...
15
votes
2answers
227 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 ...
0
votes
0answers
132 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 ...
4
votes
2answers
637 views
What is stackapps?
What exactly is stackapps?
I have search trhough the questions but did not find a straight forward answer. Why was stackapps build and why should I use it?
1
vote
2answers
429 views
stackoverflow offline
Hello! I am looking for an application to download all the questions I asked (and the answers) on stack sites and all the questions that I labeled with the favourite label (that start what appears ...
5
votes
1answer
106 views
Site in closed beta but api working
Hello,
Webapps has been added yesterday, website is in closed beta and it's not possible to see something on the website when you are not logged.
But if you use the API you can get information.
...
39
votes
0answers
2k views
SVG Versions of the Logos
Legal guidelines for using these trademarked Icons
Icons
Download SVG
Download SVG
Download SVG
Download SVG
Download SVG
Download SVG
Download SVG
Packages
If you want to ...
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 ...
1
vote
1answer
141 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" ...