You need help with the use of the Stack Exchange API, apps built on the API, or assistance building scripts that work on Stack Exchange websites.
1
vote
0answers
16 views
Javascript SDK init fails on sytax error…why?
I'm writing a user script and I want to hit the SE API for something, but SE.init is failing without much feedback indicating what the issue is. According to the documentation, it should be ...
1
vote
1answer
14 views
How can I get a list of favorite/ignored tags?
I can not find an API method method that would provide me with a set of favorite/ignored tags for a given user. Is there such a method? If not, is there a recommended way to get this information?
2
votes
1answer
27 views
Maximum length of “about me” in the Stack Exchange API?
What is the Maximum length of "about me" in the Stack Exchange API?
The one from the /me path.
And in general, where are the length limits published? If anywhere?
0
votes
0answers
66 views
StackOverflow android application to answer questions
I am a regular answerer on StackOverflow and I have been trying to use my Android phone for my workflow, but unfortunately the mobile Web application is very cumbersome to use: for example, the ...
1
vote
1answer
18 views
How can I use the Stack Exchange API to get the total number of upvotes on answers to questions with a specific tag?
I want to use the API to get the sum of all scores of my answers to questions having a specific tag.
I started using top-user-answers-in-tags method, but it only returns the top 30, whereas I want ...
1
vote
1answer
42 views
Possible to get more than 5 tags for /search? Or to use or-logic, for tags, in /questions?
This is the query I want to run:
...
1
vote
1answer
36 views
Get all sites of type “main_site”
Is there a way to get all sites of type main_site from the /site method?
If not, what's the best way to get that list? Should I get all sites with a huge pagesize and then filter it in my App?
0
votes
0answers
34 views
Why does my request for pagesize=100 only return 30 results?
I am running the following query, and ones very similar to it, to retrieve a list of my own answers:
...
0
votes
1answer
57 views
Searching answers with API
I'm very new to the API and I was looking for a way to get answers of a user. E.g. something like if you click on a tag in your tags section of your profile.
For questions this seems to be quiet easy ...
1
vote
1answer
117 views
How to login programmatically using Android Code?
I think my questions is not a duplicate of this one How to login programmatically
I have read the authentication document but still i am not able to get what should I do for if I want to perform ...
3
votes
1answer
62 views
Getting started: /users/{id}
I am trying to get the amount of reputation that a user has. I have established that I need to use this url: ...
1
vote
1answer
30 views
How do I find a user by their `display_name`?
I am using Serel (the Ruby wrapper) and would like to be able to find a user by their display_name.
As it stands right now, I can only find them via an ID - like Serel::User.find(1,2,3).
I tried ...
1
vote
1answer
51 views
How do you list you stack exchange apps
I wanted to know how you're supposed to get a list of apps you've registered on the stack exchange api.
I finally managed to find this url: http://stackapps.com/apps/oauth
My question is this: How ...
1
vote
1answer
55 views
Get questions content from StackOverflow API
I need to get the question content from StackOverflow site.
I already built the functions that parse the HTML for a question, and return me the question content.
But, I found that there is an API, ...
3
votes
1answer
30 views
List of object types on SE API v2.0+
Beware: The API is Huge!!
Below is the list of all the "types" of objects returned by the API v2.0+ :-
Note: v2.1 specific types are noted in a seperate box
Type | Field ...
2
votes
1answer
25 views
Can you identify a user from the access_token?
I have the access_token after authentication from the user. At this point I don't know with which sites this user has registered. Is it possible to get user information like the display name or ...
2
votes
1answer
19 views
How can I re-authenticate StackAlert Addon
Recently I removed StackAlert Firefox addon from my apps list in StackExchange. Now when I reinstall it, it is not authenticating and giving message
key is not valid for passed access_token..
How ...
1
vote
1answer
26 views
Getting questions that have a specific tag or tags?
In the current api (2.1) how do you get questions that have a specific tag or tags?
e.g.:
1) All stackoverflow questions asked in the past 2 months tagged 'ruby'?
2) All stackoverflow questions asked ...
1
vote
0answers
22 views
Wrapper implementation method to get user notifications in Stack Exchange?
I'm trying to build an app that requires me to get the user notifications for a particular Stack Exchange user.
Now, I'm trying to use Java to accomplish this and I came across this wrapper library: ...
3
votes
0answers
21 views
Should feature-requests, for third party apps, be flagged as “not an answer”?
I spotted this "answer" as a first-time post:
Feature Request
Please add support for proxies.... It would be helpful to people behind proxies.
Like "ME"
I was going to flag it as "Not ...
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 ...
2
votes
1answer
35 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 = ...
1
vote
1answer
16 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 ...
8
votes
1answer
47 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: ...
1
vote
1answer
23 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
22 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 ...
0
votes
0answers
43 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
51 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
1answer
50 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:
...
0
votes
0answers
30 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
22 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 ...
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
39 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 ...
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
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 ...
0
votes
1answer
33 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, ...
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
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
17 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 ...
0
votes
0answers
56 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
1answer
53 views
Software for Javascript?
Do I need any special kind of software to view the responses I get after requesting something? Like with Klout for example, I can get all the code returned as I need it, I just don't know where to put ...
2
votes
0answers
24 views
Client Side Flow security problem
I'm not pretty sure, but if my app is enabled to Client Side Flow Authentication, then anyone with my client ID (easily found for being embedded or by sniffing the initial request) would be able to ...
3
votes
1answer
38 views
How to access my App info
I've registered for an app yesterday, but I'm not finding where should I go to see/edit it's info again. I've search through profile, at stackexchange.com but could'n find it.
0
votes
1answer
46 views
Getting unauthorized_error when using OAuth2.0
I want to create a simple desktop application which connects to my account and shows some information in the status bar. I've been trying to authenticate using OAuth2.0 but I'm getting stuck and I ...



