1
vote
1answer
32 views

Stack Overflow Firefox Extension

Recently I created a tiny Firefox extension to get given user reputation of Stack Overflow. But I did that using API version 1.1. How can I migrate that to 2.1? How to authenticate my application ...
11
votes
0answers
334 views

Stack-Ed, Website and iPhone App

Screenshots About The Stack Exchange platform is changing the way that we learn. Stack-Ed is an educational tool that was built to help people learn from the best of the best within the ...
2
votes
1answer
29 views

Get accepted answers from Stack Overflow using Stack Overflow API 2.1

I want to fetch only my accepted answers from Stack Overflow using the API 2.1 and currently I've following code $data = ...
4
votes
0answers
19 views

Octal user reputation

Screenshot About Displays reputation in octal. This script is derived from Kip's Hexadecimal user rep. Download Install | View Source Platform Firefox 19.0.1 with Greasemonkey License Same ...
0
votes
0answers
29 views

Search links (Stack, Google, Symbolhound) next to the search box, for tab opening

Screenshot About Adds three links next to the search box. Allows to open the regular Stackoverflow search in a new tab, or search using Google, or Symbolhound. Proved useful to find ...
1
vote
1answer
13 views

Ability to sort answers by number of revisions via StackExchange API v2?

I was curious whether there was a way to easily find which StackOverflow answer has the highest number of revisions and/or to sort by that metric. I see mention of a sort function in the ...
3
votes
0answers
46 views

Classifier based answer ranking Chrome extension

I'm in my final year of a computer science degree. For my thesis I have implemented a classifier that predicts the usefulness of answers to questions with no accepted answer, based on a training set ...
8
votes
1answer
46 views

Whatever happened to closed_reason?

When pulling back info on a closed question, I have come to expect closed_reason to be a present key if there's a closed_date. It seems that as of recently this is no longer true. Proof: ...
16
votes
0answers
419 views

RebolBot - a chat bot for the chat rooms

Screenshot / Code Snippet @Adrian I respond to these commands: (do|do/2|do/red|do/boron) expression "evaluates Rebol/Rebol-like expression in a sandboxed interpreter" (hello|goodbye|morning) ...
1
vote
1answer
22 views

What sizes are the images available through the /sites endpoint?

I see logo_url, icon_url, favicon_url, high_resolution_icon_url... But I wasn't able to find any information about any of those images in the documentation. Are any of them fixed size? And/or is ...
1
vote
0answers
21 views

No website (yet), how to register?

I just started developing a StackOverflow client, and wanted to add authentication. I found out I needed to register for that and wasn't sure if it was okay to register your app when it is not yet ...
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
0answers
34 views

Attribute error while using the stackoverflow api wrapper for python on IDLE

This is the code that I use to access Stack Overflow: from stackexchange import Site, StackOverflow so = stackexchange.StackOverflow() for q in so.questions(pagesize=50): print q.title It runs ...
6
votes
0answers
68 views

Stack Exchange Mode for Emacs!

Inspired by the obvious internet capabilities of list-packages and its function (similar to dired et al.) (and this question), I got a crazy idea to try to make a full-blown Emacs mode for SE sites. ...
0
votes
0answers
39 views

How to write a first application?

How to write the first applications to use StackOverflow, for C# under the platform WinRT? How to use the API-functions? Is there a ready-made packages for under winRT (NuGet)? Are there a step by ...
0
votes
1answer
43 views

Serel returns a JSON Parse error for the 'C#' tag

When I try requesting the tag c# via Serel, I get an error. This is the error I am getting: INFO][2013-02-25 02:06:42] Making request to /2.0/tags/c#/info?site=stackoverflow&key=mykey ...
0
votes
0answers
18 views

Universal Stack Widget

I'm thinking about creating a gadget as opensource project for everyone to use which would enable developers to add feature they're web apps user profiles where user can simply add to his/her profile ...
1
vote
0answers
246 views

StackStash - Stackoverflow offline reader for iOS

iPhone Screenshot iPad Screenshot About StackStash lets you carry all of Stackoverflow data in your pocket. We built this app because we find our productively as programmers plummets when we ...
0
votes
1answer
48 views

How do I find all questions/answers per a tag?

Would also be good if I could also find the top questions/answers in a particular tag - i.e. questions tagged with Ruby or PHP. Per the docs the only thing I can see that will return questions in a ...
0
votes
0answers
10 views

How can I tell if a revision GUID is going to return a NULL body?

I'm trying to use the GUID returned by the revisions object to create links to raw markdown pages on a given SE site. For instance, if I wanted to see the last revision of: ...
1
vote
0answers
19 views

Allow convert-to-comment without confirmation and even if there are comments

This userscript allows moderators to use the "convert to comment" button even if the answer has comments. It also removes the annoying confirm() prompt when converting an answer to a comment. You can ...
2
votes
1answer
22 views

Is question_id unique across all stackexchange sites?

The standard structure of a question URL is: http://site.com/questions/question-id/title Example: http://stackoverflow.com/questions/457927/git-workflow-and-rebase-vs-merge-questions It is ...
0
votes
0answers
28 views

Careers 2.0 - Member profile button / overview

I've been going around Stackapps, stackoverflow and all throughout Google to find a widget such as this, or a tool such as this for the Careers 2.0 page. Would like to inlude it on my personal site. ...
0
votes
0answers
21 views

help with good way to perform SQL queries programatically (and my failed attempt to use OData)

I'll give you the context of what I was doing in case anyone wants to offer suggestions for the best route I might take to achieve my goal, which is to have easy access to do queries on the newish ...
1
vote
0answers
52 views

Highlight Code in Chat - Highlights <code> elements contained in chat messages

Screenshot About Inspired by this question, I have developed a UserScript that highlights code elements in chat messages so that they stand out more on the page. Simply install the script and ...
2
votes
0answers
32 views

Chat Message Remover

Script See a chat message you don't want on your screen? An annoying image or animated GIF? Now you can remove it! This is a simple script that I made. It will allow you to click a chat message to ...
0
votes
0answers
13 views

is there an api call to request all valid access tokens?

is there an api call to request all valid access tokens? Especially no_expiry ones. It seems like if you lose track of a no_expiry access token there's no way to invalidate it. Is that the case?
0
votes
1answer
36 views

Ruby wrapper for stackoverflow api - Serel, Pilha

Serel and pilha are good ruby wrappers for stackexchange api. But i am not able to access the body method for question and answers. The body method returns nil. I want the content of questions and ...
0
votes
1answer
16 views

ChatterBox configuration option is confusingly worded

ChatterBox - user script that adds inbox integration to Stack Exchange Chat! I'm confused over the option: Mark items as unread when you view them: Why would I want to mark items as unread when ...
2
votes
1answer
27 views

Creating a home brew Push Server for Stack Exchange

I'm looking to create a home brew push notification server for Stack Exchange. This is mainly due to the fact that Toast Notifications within Windows Store applications are done using Windows ...
3
votes
0answers
81 views

StackWatcher - Google Chrome Extension

Screenshot About There are a lot of very smart people on StackOverflow and most of them are smarter then me. I think even if you're not going to respond to any questions it's worth just ...
4
votes
1answer
37 views

Does the API have a method to get the total favorite count of a question?

Like it says in the title, is the total favorite count of a question exposed anywhere via the API? I know about the favorites method, but that looks like it will give you the specific favorites of a ...
2
votes
0answers
90 views

Net::StackExchange2 - Perl Wrapper for StackExchange API (it's on CPAN)

About This library is a little labour of love for two things dear to me : StackOverflow, a place where I've learned just so much, and Perl a cryptic language that's giving me perspective. I ...
2
votes
0answers
17 views

How do I get the no. of upvotes a person has received for a particular tag?

I need the list of users who have more than 10K reputation and then among those users I need to see which user has how many up-votes for each tag. I don't there is a direct query that will give me ...
6
votes
0answers
311 views

StackX - Android application for Stack Exchange (Free) (UI and optimization upgrade)

Update: 4/15/2013: Screenshots updated according to latest layout An android application that will allow the user to browse through all of stack exchange websites using API v2.1. Browse any of ...
0
votes
1answer
32 views

Write comment API failing with error_id: 500

I am trying to test post comment with the following URL ...
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, ...
18
votes
0answers
216 views

Dude, where's my cursor?

About This user script makes it easier to edit long questions and answers by doing the following things: It constrains the height of the Markdown preview to 500 pixels by default, so you can ...
3
votes
1answer
35 views

Problem with /search tagged and max

Seems like a problem with /search when max is not set to today, and tagged is given: ...
1
vote
1answer
10 views

What is the “Manage API Keys” link to the right of the StackApps.com frontpage?

When I click on it, I get a page that goes "Your Applications", then "No applications registered". Needless to say, this is different from "Manage your applications" link on the frontpage because I do ...
1
vote
1answer
34 views

Posting answers via Stack Exchange API

Can I post answers via an app using the API, is it possible? And if so, what are the limitations; linked with the reputation of users? So if someone has 1 reputation he can also post answers, like a ...
1
vote
0answers
114 views

se-api-py - A lightwight Python wrapper for SE API

I've made a Python wrapper for Stack Exchange API. About A lightweight Python wrapper for StackExchange API v2.1. Built with Requests. Why yet another SE API Python wrapper? (I'm aware of Stack.PY ...
1
vote
0answers
34 views

Overwhelmed by unorganized information

As you can see I am a newbie, and trying to use stackexchange api for a school project. I spent 3 hours just trying to understand How to get started. Is there an example for me to follow? or A ...
2
votes
1answer
23 views

How do you trigger the search/advanced 'q' parameter to search all words?

When you search for “playa parents not working” on http://expressionengine.stackexchange.com, you’re brought to this URL: http://expressionengine.stackexchange.com/search?q=playa+parents+not+working ...
2
votes
1answer
16 views

What's an example of the backoff field? Is there some way I can simulate it to test appropriate behavior?

In reading about the API rate limiting, the documentation talks about a method responding with an ominous backoff field, and states that the client should cease from calling that method for that many ...
1
vote
0answers
20 views

Why is “body” missing from certain inbox items?

I have run into some confusion over the presence of the body attribute in an inbox-item returned by the /inbox method. When item_type is set to "careers_invitations", the body attribute appears to be ...
3
votes
0answers
163 views

Stack Careers - An Android app for searching Stackoverflow Careers

Screenshot About An Android app for searching Stackoverflow Careers. Allows job seekers to search for job postings exposed by the Stackoverflow Careers RSS feed. Users can search by skill(s) ...
0
votes
0answers
54 views

How to login programmatically

I'm building an app for personal use. The app simply screen-scrapes the StackExchange homepage and checks whether I am currently logged in to StackExchange. This works fine. However, if the app ...
1
vote
0answers
38 views

Please differentiate between meta sites for beta versus normal sites, in the /sites method

Currently, in the /sites method, a site can have a site_state of: normal, open_beta, closed_beta, or linked_meta. This makes it easy to tell if a main site is in beta or not. But it becomes a 2 or 3 ...
0
votes
0answers
13 views

App to hide StackExchange notifications, all sites and hot questions (only show inbox)

Please make a app that would hide StackExchange notifications, all sites and hot questions (only show inbox). I prefer using Tampermonkey (Chrome)

15 30 50 per page
1 2 3 4 5 30