2
votes
0answers
47 views

SECharts - various charts and interesting findings on all SE sites (as of August 2012)

Screenshot / Code Snippet About SECharts - StackExchange charts application is a static web application where you can browse some data regarding all the 37 SE sites. I have created SECharts to ...
4
votes
1answer
47 views

Get Key for my application

I am creating Stack Overflow client application and have reach limit to request. So I decided to get the Key from my application, but got a little confused. When I requested the Key I provided ...
1
vote
1answer
18 views

Create a question Bookmarket

I want to build a small bookmarklet which can take the selected text and send in to stackoverflow to create a new post containing the selected text. Also get a unique id or something that helps to ...
0
votes
1answer
11 views

What is the api_site_parameter of stackapps.com in API 2.x

What is the api_site_parameter of stackapps.com in API 2.x? https://api.stackexchange.com/2.1/sites doesn't list stackapps. Why?
1
vote
1answer
32 views

How do I search for a specific question whose url I know?

I was wondering if there is a feature in the API that I could use to retrieve various features of a question on the Stack Exchange network when I know the actual URL of the question.
1
vote
1answer
61 views

How to get Question/Answer body in the API response using filters?

I am looking through the API documentation and i am confused how to make a call with filters. I am specifically looking for get the question /answer body back. Is it possible. Could not find any ...
3
votes
0answers
59 views

IHaveBadges - A script to link your badges in the toolbar to your list of badges in your profile

This is a very simple script that, in response to this Meta Stack Overflow feature request, transforms the list of badges in the toolbar to a link to the user's badges in his or her profile. ...
4
votes
1answer
45 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.
3
votes
0answers
65 views

API v1.1 users call returns association_id for which the Stack Exchange web site has no profile

For a particular user, the users API v1.1 call returns an association_id that gives a "Page Not Found" error where the Stack Exchange profile should be, though their Stack Exchange profile can be ...
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 ...
6
votes
0answers
38 views

Get favorited tags of user

This was requested in 1 and declined because of a missing authentication method. Now that authentication is in place, is there a way to retrieve the favorited tags of a user (myself)?
1
vote
0answers
15 views

Better Call /me maybe?

I am using implicit OAuth 2.0 flow, hence requesting for a token first. Now when I want to know which user has logged in, I have to make request to /me endpoint to get all of the data about the user, ...
1
vote
1answer
30 views

Is there a way (or app) to get realtime updates of new questions with a given tag?

According to StackExchange API not realtime?, the API does not return results in realtime, but has 1 minute delay for the same query. Is there a system or an app that delivers new questions in ...
5
votes
0answers
53 views

Why is my API quota not resetting after UTC reset?

According to How API Keys Work, the default daily API limit -- which is per site, per day -- is 300. I started with 300, as expected, but over a period of days, I've noticed that the remaining quota ...
1
vote
1answer
35 views

Are there any API's to get details from careers stack exchange site?

Planning to create a blog widget which shows data from careers page. This can be done using an iframe but was looking at other avenues as well.
0
votes
0answers
10 views

How to tell if a given tag name is a synonym?

I've found in one of my projects that I sometimes have a string that I need to check as to whether it's a tag or a tag synonym. To check if it's a tag synonym is easy using /tags/{tags}/info I can ...
1
vote
0answers
20 views

Are “api-key” and “app-key” the same thing?

When tagging my last couple of questions about registering for a key I noticed there are two similar-looking tags: api-key - 17 uses and a tag wiki app-key - 8 uses, no tag wiki Do they ...
2
votes
0answers
24 views

What to do with “OAuth Domain” in the registration page for a browser user script?

I want to register my first project so I can make more API calls without hitting the limit now that it seems to be good enough for others to use. My project is a browser userscript that works with ...
0
votes
0answers
12 views

Is my application's page here on stackapps good enough to use on the app registration page?

I've decided to get my first app key for one of my Stack API projects. It's for my browser userscript: Script to add a “Related Tags” module for search on all Stack Exchange sites On the ...
0
votes
0answers
13 views

Is there any way to access the SE Site Advertisement backgrounds?

I really like the background images for inter site advertisement: etc,. Is there a way to have easy access to these? I'm hoping to use them within my application.
2
votes
0answers
40 views

edit-comment method returns 405 error

Trying to understand how edit-comment method could be used. I passed valid token with write_access, valid key, and existed comment id, but all I've got is: { "error_id": 405, "error_name": ...
4
votes
0answers
25 views

Why does adding fromdate=<long time ago> return a different set than without it?

I've been trying to get some stats for the Windows 8 challenge over on Super User. I've noticed that there are some questions missing if I add fromdate=0. Why is this? Without fromdate: ...
1
vote
1answer
23 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 ...
1
vote
0answers
116 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 ...
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
13 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 ...
10
votes
0answers
155 views

Super User Dark Theme

Get the CSS for your extension Stylish for Firefox Stylebot for Chrome Additional linkage GitHub Project page StyleBot with full regex in URL matching (Prefix pattern with ^ to use regex) ...
0
votes
0answers
37 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 ...
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 ...
12
votes
0answers
868 views

Stackstabilizer - A Windows 8 Metro Stackoverflow app (version 4, 11-09-2012)

About Stackstabilizer Stackstabilizer is a Stackoverflow reader for Windows 8. It helps you browse content on Stackoverflow, and allows you to sign in. In-app search It provides in-app search ...
0
votes
0answers
51 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 ...
0
votes
0answers
39 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
9 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
29 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 ...
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
88 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: ...
0
votes
0answers
90 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 ...
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 ...
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
2
votes
1answer
92 views

Script to add a “Related Tags” module for search on all Stack Exchange sites

Screenshot / Code Snippet About Back in May A.Danesh asked "How can I see related tag for a search query?". I didn't actually see this question at the time but by September I started wondering ...
0
votes
1answer
77 views

Suggestion Status - a userscript to view the status of your suggested edits

Suggestion Status is a small userscript which displays the status of your suggestions using color codes; , and yet to be reviewed. This allows you to immediately see the status of your ...
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
1answer
25 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 ...
12
votes
0answers
811 views

Stackwise: a beautiful way to browse Stack Exchange sites

Stackwise: a new Stack Exchange browser for iOS devices. New features (v1.2) Now you can scroll through images embedded in questions and answers with standard pan gestures. See all the ...
3
votes
1answer
45 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
35 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 ...
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
1answer
65 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 ...
3
votes
1answer
195 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 ...

15 30 50 per page
1 2 3 4 5 31