All Questions

1
vote
0answers
14 views

Repp — Your Stack Exchange reputation in your Mac OS X status bar!

Screenshot About This work in progress beta application shows your total reputation as well as individual reputations in your menu bar on Mac OS X. Currently, you must add sites and user IDs ...
3
votes
0answers
19 views

Include Full Post Details In /users/{id}/timeline

I have a feature request. I'm trying to pull the recent activity about a user from the API. So I'm parsing /users/{id}/timeline. But that only gives me meta-information about the activity. So ...
1
vote
0answers
6 views

link attribute is missing from questions in /tags/{tags}/faq

Check the following requests, the link attribute is missing from questions objects in responses. I checked with the default filter and also with custom filters (both safe and unsafe). ...
1
vote
1answer
24 views

Is there any way we could have more information about tags in /questions?

In the /tags route, the following information is returned for a specific tag: { "name": "c#", "count": 262613, "is_required": false, "is_moderator_only": false, "has_synonyms": true } ...
1
vote
1answer
11 views

question_id missing from migration_info for this question.

Consider the following API request: http://api.stackexchange.com/2.0/questions/3064?site=stackapps This question was migrated from Stack Apps to Stack Overflow. However, the migrated_to field is ...
4
votes
0answers
72 views

StackImpact - What's your impact?

Screenshot About I like to make contributions to StackExchange, and in return I gain rep. However, I find that rep doesn't really tell the whole story about what my contributions mean to the ...
1
vote
1answer
15 views

/users/{ID}/reputation is returning a 500 error.

The following API request: http://api.stackexchange.com/2.0/users/235/reputation?filter=%21DnBO_&site=askubuntu&page=1 ...is returning an error: { error_id: 500, error_name: ...
-1
votes
0answers
11 views

Text extraction api for doc-docx and pdf, [migrated]

I am doing a project that involves simple extraction of text data from a pdf and doc, and would like to know what is the best api out there for doc-docx and pdf. The preferred language is C# on the ...
0
votes
0answers
14 views

How to resolve a client_id rejected error

So I am digging into the API and trying to learn it by creating my own application. I have registered for a key and currently hosting the application locally (http://localhost). On login, I receive an ...
0
votes
0answers
11 views

Cloud Storage App for Feature Phones [closed]

Is there any java mobile app for storing files to the cloud on feature phones? I have a Samsung Corby 2 (GT S3850). It supports Java (MIDP 2.1) and wi-fi enabled. I'm looking for apps that works like ...
1
vote
2answers
34 views

Is there a limit of API requests?

Our development community wants to use Stackoverflow: http://www.openntf.org/blogs/openntf.nsf/d6plinks/NHEF-8R4ABK We used the Stackoverflow REST APIs to display the most recent requests on ...
0
votes
0answers
17 views

Portable file container [closed]

Does anyone know any software for adding and viewing the added files in : a portable multi-platform encrypted (possibly compressed) file container each file can have meta-information (like tags, ...
1
vote
1answer
13 views

How are filters created?

Can someone explain how Filters are created in the Stackexchange v2 API? The documentation mentions the following for /filters/create: It is not expected that many applications will call this ...
1
vote
1answer
13 views

Minor typo in /tags/{tag}/top-askers/{period}

The discussion for the above method says "Returns the top 30 answerers active in a single tag, of either all-time or the last 30 days." It should be corrected as askers.
0
votes
1answer
18 views

Add last_access_date field to the shallow_user object

Would it be possible to add the last_access_date field to the shallow_user object? I presume this corresponds to the seen field when visiting someone's profile. My reasoning is that it saves the ...
4
votes
1answer
24 views

In API 2.0, what happened to questions sorted by “featured?”

I was looking for a way to grab the list of "featured" questions via the API, and I stumbled across several answers that all point to the same solution: Shouldn't there be a separate call for ...
1
vote
1answer
14 views

Creating a PHP script to use the stack api

I would like to know how to use the Stack API and get all questions with a particular tag. I am coding in PHP. So I would like to write a script which can get all questions with a particular tag. I ...
0
votes
1answer
17 views

Find user using e-mail address

I'm wondering if there is a simple way of using the API to find users given their e-mail address. So far, I've found the following: the search API only lets you search for questions the users API ...
1
vote
1answer
20 views

Accept rate not available in the 2.0 API

Would it be possible to add the accept_rate field to both the user and shallow_user objects? For example, using the 1.0 API, I can see that Jon Skeet has an accept rate of 95%. ...
1
vote
1answer
17 views

Site categories in API?

Would it be possible to have a category field added to the site object. Eg Technology, Culture, etc. The sites seem to already have categories, as you can see on this page: ...
3
votes
1answer
20 views

Unable to sort /search results by creation_date

I think I may have stumbled upon a bug in /search and I'll try to describe it as best as I can. What works: Create a /search query with the following parameters: fromdate: 2012-01-24 order: desc ...
3
votes
0answers
61 views

ThirdPlace JavaScript chat library

Screenshot / Code Snippet var room = ThirdPlace.Room.GetCurrentRoom(); var message = new ThirdPlace.Message; message.room_id = room.id; message.content = "ThirdPlace.js is a library which ...
2
votes
1answer
34 views

Update the default filter editor to use the API key

When I run a sample query using the SE API browser (is that right term?), say against /questions for example (here), I'll always see something to the effect of: ... "quota_remaining": 9424, ...
1
vote
1answer
25 views

Can 'api_site_parameter' be added to related_site?

It would be great if the related_site type contained api_site_parameter. I realize that you probably don't want to clutter up related_site with a lot of unnecessary fields, but I think it makes sense ...
1
vote
1answer
14 views

Documentation of /users/{id}/top-answer-tags conflicts with implementation.

According to the documentation: /users/{id}/top-answer-tags or /me/top-answer-tags – Get the top 30 tags (by score) a single user has posted answers in. However in practice, when retrieving data ...
1
vote
1answer
37 views

Key doesn't match a known application

I'm running into a really weird issue and I would appreciate any guidance on what I'm doing wrong. So I recently applied for an API key here on Stack Exchange and it went through fine. So let's say ...
1
vote
1answer
14 views

integer and decimal are used to describe fields in return types but not in method parameters

Integer and Decimal designations are useful in creating an accurate model of API methods and types. These specific 'number' subtypes are used when describing types but the method parameter lists all ...
2
votes
1answer
8 views

type related_site not listed in 'by type' tab list

The type "related_site" is not listed in the 'by type' tab in documentation.
4
votes
0answers
27 views

Clear Chat - Clears all of the messages in the chat window.

Screenshot About Ever wish you could simply clear all of the messages from the chat window (similar to a terminal)? Well now you can with this UserScript! Simply install it using the link ...
0
votes
1answer
18 views

Relevance value on /similar route

Given that the /similar method can be sorted by relevance there must be a numeric rank for each question. Would it be possible to have access to the value? Off by default, but can be enabled by using ...
0
votes
0answers
7 views

Google Direction Maps: Default to map, not text descriptions? [closed]

By default the Google Maps Directions opens on a mobile device to the Text mode (as seen below). I'd like it to default to the Maps mode (see below) Can I change the URL so that this is the case? On ...
3
votes
1answer
19 views

“Authentication Statistics” graph y-axis labels are overly granular

Yesterday there was a spike in my app's authentication requests (thanks for that, by the way ;) which has caused my authentication graph to show a much wider range of Y values than it did previously. ...
3
votes
1answer
18 views

How often should the /info route be accessed?

The /sites method makes it very clear that you should not invoke that route more than once per day: "It is suggested that you cache its return for at least one day..." However, the /info method ...
2
votes
1answer
8 views

Is the display name meant to be escaped HTML in the 2.0 version of the API?

The display_name field of a user is HTML escaped. See here for example. Is this expected behavior or a bug? The documentation doesn't mention it.
2
votes
1answer
16 views

HTTP 500 error when calling /apps/{accessTokens}/de-authenticate with an access_token argument in GET

For almost all API calls, I pass both my key and my access_token. This doesn't exactly make sense for the "de-authenticate" endpoint, as the access token is already in the URL. Passing one anyway ...
1
vote
1answer
18 views

After a throttle violation, could the error message include the time when the block will be lifted?

I got my first throttle violation error after running in jsfiddle some example code given to me by a library author in response to a question of mine about how to use their library. This is the error ...
0
votes
0answers
14 views

User stuck at the authorization screen even though they are already logged in

I've got a user who is reporting an issue: The app is asking him to log in, even though they're already logged in to StackExchange. Regardless of how many times they log in, the message is the ...
7
votes
1answer
23 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 ...
5
votes
0answers
39 views

Export BibleGatway page content in markdown format

Description When browsing Bible Gateway show a textinput field with a markdown formatted copy of the current page for easy copy/paste into SE questions and answers. This is especially useful for ...
3
votes
0answers
30 views

The Ask Ubuntu Lens for Unity

Screenshot About If you're running Ubuntu with Unity, this Lens will put Ask Ubuntu right next to your files and applications in the Unity Dash. Via filters, you can select any other Stack ...
0
votes
0answers
29 views

Why aren't all of my accounts showing up in the /users/{ID}/associated route?

Every so often, some of the associated accounts for a given user are missing from the response for the /users/{ID}/associated route. For example: I have an account on Gaming.SE that isn't showing up ...
5
votes
0answers
45 views

Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.

About Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete ...
2
votes
2answers
22 views

Why aren't my application icons being used in the “Top Apps” list?

I've got application icons listed for each of my apps, but the "Top Apps" list shows the default "pages with gears" icon instead. Each time I've registered the application before posting a question ...
7
votes
2answers
81 views

ChatterBox - Userscript that adds inbox integration to StackExchange Chat!

Screenshot / Code Snippet About I like StackExchange Chat, and with the feedbots it tends to be pretty easy to keep up with what's going on with the site. Except for one thing - my inbox. ...
37
votes
3answers
1k views

StinkingBadges - Track your progress towards long-term badges

Introduction I was curious how far away I was from Generalist, and there are some data explorer queries that can show you your progress, but I thought it should be possible to make this work ...
0
votes
1answer
16 views

Why does badges/ids/recipients return badges not users?

I can't understand why badges/{ids}/recipients returns badges and not users? You must pass the badge ID in, so it should be given that you already know what the badge is. If it returns 30 objects you ...
0
votes
0answers
20 views

Best CMS for ecommerce retailing/reseller to work with Sugarcrm [closed]

As a small business, I have decided to use and build sugarcrm to manage my back end strongly, have it on a local server, and have a small 8 seater call center, but still indecisive on the way to go ...
3
votes
0answers
66 views

Japanese stack exchange localization

Screenshot About This script was originally created for the JLU (Japanese Language and Usage) site as part of the Creating as much Japanese interface as possible to be more inclusive of native ...
1
vote
1answer
19 views

Can I get more results/options from /users/{ids}/top-answer-tags?

/users/{ids}/top-answer-tags returns the top 30 tags for a given user. It's also the only endpoint that returns the user's tag scores along with the rest of the tag info. I'd like to use this data ...
1
vote
1answer
14 views

Failed beta sites are showing up in the /sites method.

3D Graphics and Game of Go are both failed beta sites. I would not expect them to show up in the /sites list - but they do. Indeed, attempting to list questions on one of the sites fails: ...

15 30 50 per page
1 2 3 4 5 23