All Questions
2
votes
2answers
105 views
Logging out so another user can log in
Just in the process of final testing for an iPad SE browser, and uncovered some odd behaviour.
I'm using Google for authentication. If I deploy a clean version of the app, and authenticate, I get the ...
3
votes
0answers
216 views
Stackdump, an offline browser for StackExchange sites
Screenshots
About
Stackdump was conceived for those who work in environments that do not have easy access to the StackExchange family of websites. It allows you to host a read-only instance of ...
2
votes
1answer
25 views
Error retrieving question using a filter that includes question.notice
I have created a filter to include the question.notice field. It seems to be OK as returned by
https://api.stackexchange.com/2.1/filters/-9xc1l%2Au-JEsf_Q
Then if I want to fetch this question using ...
2
votes
1answer
39 views
Is the “link” URL enough to uniquely identify an “inbox_item”?
I've been looking at the documentation on the inbox_item type, and I was wondering what is the correct way to uniquely identify an inbox_item?
Is the "link" URL enough to uniquely identify an ...
3
votes
1answer
27 views
When will the “site” field be absent from an “inbox_item”?
According to the documentation on the inbox_item type, the site field "may be absent". Under what circumstances will this occur?
5
votes
0answers
112 views
StackCompare - See how your StackExchange profile compares to friends and rivals
Screenshot
About
StackCompare is a tool that lets you see how you're doing on StackExchange sites relative to other people, be they friends, rivals, or some combination. Track your and their ...
0
votes
0answers
22 views
What stack apps are available that solve Ruby on Rails problems? [closed]
While working in Ruby on Rails (and many other languages), when I get an error the first thing to do is to copy and paste the error into Stack Overflow.
What tools are available that integrate Stack ...
5
votes
0answers
44 views
Underlined post links
Code
// ==UserScript==
// @name Stack Exchange: Underlined post links
// @description Underlines all links in questions, answers and comments on all Stack Exchange sites.
// @version ...
2
votes
1answer
40 views
how to get the number of profile views
according to the documentation, a User object has an attribute view_count, indicating the number of views of the user's profile. An example is also given there. However, when I sent a request
...
1
vote
1answer
66 views
Is there an equivalent to SOStatus app for any Stack Exchange site?
Before I reinvent a wheel, is there an equivalent to the SOStatus app that can show reputation on any Stack Exchange site?
SOStatus gives the status of a user on Stack Overflow.
It would also be ...
1
vote
0answers
92 views
zWeatherFeed options? [closed]
I used zWeatherFeed to show weather, but I cant find any example to change options.
<style>
.weatherItem{padding-left:200px;}
.odd{height:130px;}
.weatherCity{font-weight:bold;}
...
1
vote
1answer
31 views
how to use tags/{tags}/related
I am new to stackapps. I am wondering how to apply /tags/{tags}/related to more than one tags. The documentation does not give an example. I tried
/2.0/tags/c,java/related?site=stackoverflow, ...
2
votes
1answer
28 views
User profile_image dimensions
I'd like to use the user profile_image string property (which is the url of a user's avatar image e.g. http://www.gravatar.com/avatar/fbc10e7e541ba1f171a06af062bef7c0?s=128&d=identicon&r=PG) ...
3
votes
1answer
42 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?
4
votes
1answer
43 views
Typos in the API 2.0 Documentation
Typo #1:
There are two different objects that represent a user in the Stack Exchange API, the full user object and the smaller shallow_user object. Which is returned depends on the method being ...
2
votes
1answer
49 views
Stack Apps graph time filters make pretty much no sense
When viewing the Query Statistics graphs for an application, you have the option of choosing 'Week', 'Month', 'Year', or 'All Time'.
When hovering over 'week' it states "view stats for the last 7 ...
3
votes
1answer
147 views
Java wrapper for the Stack Exchange API 2.0?
I've checked out StackWrap4J, but it looks like it doesn't support some of the new methods provided in the v2.0 API (specifically the ones having to do with user authentication). Does anyone know if ...
3
votes
1answer
32 views
Can I search over SE using SE API if I have only a username?
How do I can find someone's userid if I have only their username?
For example, my real username is: Zagorulkin Dmitry
My Stack Overflow userid is: 1321404
Are there any API methods for this kind ...
0
votes
0answers
23 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!!!!!
0
votes
2answers
189 views
2
votes
1answer
26 views
The migrated predicate on advanced_search seems underachieving
What does the migrated parameter to the advanced_search method mean? Setting it to true on CS finds only one question that has been migrated away, out of several:
{
"items": [
{
...
1
vote
1answer
19 views
Advanced search by title doesn't filter on the title
Searching by title on the advanced search method doesn't restrict the results to posts containing the specified text as a word or even substring. Varying the string has some influence, but I can't ...
2
votes
0answers
31 views
Direct Question Edit Links
This script adds an edit link to the question summary, saving frequent editors the trouble of "entering" the question first.
Adjust includes as needed:
// ==UserScript==
// @name ...
1
vote
0answers
71 views
Why does the web service fail sometimes for the Stack API?
It seems to have happened all of the sudden. My calls to the web service fails. What is the limit of calls per day with a registered app? I can't seem to remember where it says that, I can't seem to ...
3
votes
2answers
179 views
Getting “Bad request 400” code when posting to StackOverflow api
On the last stage of authentication against StackOverflow, I keep getting "400 Bad Request" code. It's supposed to be a simple POST request to https://stackexchange.com/oauth/access_token with a few ...
5
votes
0answers
121 views
Quick Media Solutions - The First Tool to Take Advantage of Write Access in v2.1 of the API!
Website
http://quickmediasolutions.com
Screenshot
About
Quick Media Solutions is my personal website where most of the web services and tools I have written reside. I recently rewrote the ...
0
votes
2answers
25 views
Link field on notification type
There is no link field on notification. Is this by design or a bug? If it's by design can it be changes so it's included, I can't see how to build the URL with only a post id, and not know what type ...
1
vote
1answer
19 views
View count restriction isn't working for /search/advanced.
I have constructed the following URL, but the questions returned don't contain anywhere near 50k views, despite the query string parameter:
...
1
vote
1answer
42 views
StackExchange API not realtime?
I was testing the inbox/unread API but noticed that there is a big delay between one gets a message, and this message gets included in the API response. Like one minute or more.
Is this API not ...
3
votes
0answers
45 views
Is it OK to have a test account for a developing client?
I'm currently trying to implement an agorava component for Stackoverflow, and for testing purpose, i would like to create a test account, which would have one question asked, and would maybe send ...
2
votes
0answers
42 views
Userscript to provide quick access to canonical questions when voting to close duplicates
ServerFault often gets off-topic questions which are closed as duplicates of a canonical question, such as capacity planning or I've been hacked. I've favourited those canonical questions for quick ...
4
votes
0answers
241 views
Stacklense - Ubuntu Unity Lens to search Stack Exchange sites
Screenshot / Code Snippet
The application makes searches in question titles.
Please note that the lens will show only answered questions!
The names of the sites are usually one word, for ...
12
votes
2answers
181 views
Stack Exchange - Favorite Users
TL,DR: Browser addon that highlights answers and questions by your favorite users!
See it in work:
And the easy config via user's profile:
Just like many other people before us, even we ...
1
vote
0answers
45 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 ...
1
vote
0answers
104 views
Official Stack Exchange Test App
This app registration is being used for testing new API features.
Further details will be announced when those features are available.
0
votes
0answers
42 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 ...
4
votes
0answers
353 views
sanction: a dead easy OAuth2 client Python implementation
Overview
sanction is a lightweight, dead simple (67 LOC!) client implementation of the OAuth2 protocol. The major goals of the library are:
Support multiple providers
Most providers have varying ...
4
votes
1answer
165 views
Badge Status for a particular Tag in Stackoverflow
I was unsure if I could upload an Exe File so I created an Excel App instead of VB.net app.
What is it regarding?
I am sure you are aware but for people who are not, you can earn a Bronze, Silver, ...
2
votes
0answers
97 views
stackoverflow favicon counter
Screenshot
About
I'm very like to answer questions on stackoverflow, but also I like to pin tabs in browser. It's hard to check how many unread questions I have on my favorite tag, so I ...
0
votes
0answers
19 views
Better understanding processing flow around authentication for multiple StackExchange sites
I'm looking at creating a new site that will allow users to interact with multiple Stack Exchange sites and to use their Stack Exchange credentials to join and login to my site. I've been reading the ...
3
votes
0answers
28 views
All updates (answers, comments etc) using stack exchange API
Is there anyway to get information about any change using the stack exchange API's? i.e. if someone leaves a comment or votes on an answer/question?
checking for answer changes is easy cause its a top ...
14
votes
0answers
784 views
StackDoc - Adding Stack Overflow data to online documentation
Inspired by Jeff's tweet about crowd sourced documentation I've started a Chrome extension to add data from Stack Overflow to existing online documentation.
It's early days at the moment, but I think ...
1
vote
1answer
20 views
The inname parameter does not work with multiple parameters
I am trying to get details by passing semicolon delimited list in inname paramter but it is not working.
I tried below API call:
...
14
votes
0answers
315 views
Add Share buttons to the “link” box
Spawned by http://meta.stackoverflow.com/q/136760/178438
This script adds share buttons to the "link" box. (They don't come immediately, they are spawned by mouseover)
Installation
Click ...
2
votes
0answers
53 views
Super Multicollider Dropdown™ Search
Spawned by http://meta.stackoverflow.com/q/138117/178438
This script adds a search box to the multicollider.
Installation
Click here to install. Will only work in Chrome or Firefox (the latter ...
5
votes
1answer
43 views
Can you access a user's tag reputation/score via the API?
Is it possible to retrieve a user's tag specific reputation/score via the API? If not, is it possible to make an API call that returns enough information that you can calculate the value?
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 ...
5
votes
0answers
562 views
Code::Trends - a visualization of the StackOverflow dataset
About
Code::Trends is an interactive analysis of a dataset taken from StackOverflow, including:
visualization of the technologies trends by time and location
recommendation for similar ...
11
votes
1answer
139 views
Thumbnail Uploader
Sparked off by http://meta.gardening.stackexchange.com/questions/251/better-image-embeddeding-and-viewing, ...
1
vote
0answers
46 views
String formatting in returned JSON objects
So I sat down this evening to play with the Stack Exchange API. I downloaded RestSharp, and used it to call the API. One thing the struck me was how strings are formatted, with regards to non-ASCII ...
