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.
0
votes
0answers
23 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 ...
3
votes
1answer
31 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 ...
2
votes
2answers
98 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 ...
4
votes
1answer
30 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
85 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
57 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
55 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 ...
2
votes
1answer
49 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,
...
3
votes
2answers
52 views
Is it possible to get daily reputation change for a user via the API?
I'm trying to fetch a user's daily reputation change history for a project that's still early in the planning stages. I've been trying to use the "reputation" endpoint, but it seems like I can query ...
3
votes
1answer
21 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
2answers
41 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 ...
0
votes
0answers
24 views
Name changes for a few methods
The following method names have been changed for reasons of consistency.
/access-tokens/{accessTokens}/read is now /access-tokens/{accessTokens}
/filter/create is now /filters/create
...
1
vote
0answers
20 views
How can I get the “follower” count for a given tag on a site?
One of the metrics (albeit a somewhat weak one) of a given tag's "health" is how many followers it has. I believe this is the count of how many users have the tag on their "Favorite Tags" list. You ...
1
vote
1answer
17 views
Would implementing both 1.1 and 2.0 APIs in an app/script to get around the API quotas be considered abuse?
In another question I asked it was established that
The ip, and user/app-pair quotas are separate in V1.x and V2.0.
So with this in mind would an app or script which implemented like methods for ...
0
votes
1answer
29 views
How do I get a filter to let through the fields I specify?
I've created a filter based on the "none" filter with include fields for all those I will need for my application. While the filter I created looks fine to me, it doesn't appear to return any results ...
1
vote
1answer
24 views
How to set the stack apps post for an application
On the app management page, when you select one of your apps it says stack apps post, and for me at least says not set. Clicking edit doesn't give an option to set it?
2
votes
1answer
36 views
User to de-authorise app?
The API makes use of OAuth to allow queries such as /inbox/unread. In the documentation however, I cannot seem to find a way for the user to control actively the authentication:
Is there a place for ...
1
vote
1answer
327 views
API Implicit Authentication with Python
I am working on an desktop inbox notifier for StackOverflow, using the API with Python.
The script I am working on first logs the user in on StackExchange, and then requests authorisation for the ...
5
votes
1answer
36 views
Do calls on the 1.1 API and the 2.0 count against each other's limits?
Do the old 1.1 API and new 2.0 share limits?
Or do my StackApps running on 1.1 calls not affect my limits for apps running on 2.0 calls?
2
votes
1answer
69 views
Conditional GET support for chat RSS feeds?
I'm trying to use one of the RSS feeds from chat.stackexchange.com in my application. I'm using the python feedparser package for this. Feedparser supports a couple of different "conditional get" ...
4
votes
1answer
102 views
How to register application for API implicit authentication?
I am working on an applet to for Cairo-Dock, to check the user's StackExchange inbox. Right now I've worked around this by using the genuwine json feed, but that's not stable since posts are marked as ...
2
votes
1answer
74 views
Is it possible to register V2.0 apps that are not web apps?
I want to register an app that will use the V2.0 API here: http://stackapps.com/apps/oauth/register. However, the app will run on a mobile phone so I cannot enter a domain name.
What can I possibly ...
2
votes
1answer
18 views
No views_per_day in /info route?
I'm not particularly crying over it, just curious why the views_per_day field was dropped?
1
vote
1answer
25 views
Authentication Statistics are the same for all apps
I know the stats are new, I'm not sure if they are still in development. But they are identical for the 3 apps I have registered, given that the app's id is in the URL of the stats page, I guess the ...
2
votes
0answers
29 views
Fairly subtle filter bug between 8 am and 10 pm UTC Dec. 29th
This is a public service announcement about a bug that most people probably didn't notice, but might be biting you pretty hard about now.
Between 8 AM and 10 PM UTC December 29th, filters generated ...
3
votes
0answers
38 views
2.0 API get votes
I've been searching the 2.0 API for a list of my own (up and down) votes. I don't see them in the API.
I don't think this is a prohibitively resource intensive query or that it can be used to ...
3
votes
1answer
27 views
What are the possible errors returned from authentication?
The title pretty much says it all,
I couldn't find in the Authentication doc much about the errors (other than the HTTP code will be 400)?
3
votes
1answer
55 views
Access token quota
The documentation says that each user gets 5 distinct quotas of 10,000 requests per 24 hours, and as I interpret it, per app.
If an application does have an access_token, then the application is
...
2
votes
1answer
61 views
How to provide a logout button for authentication?
How would you provide a logout button for an app that uses authentication. (Not so that the user has to choose to accept or reject the app, that's deleting the app from their tab)
Basically force the ...
2
votes
1answer
76 views
How do I get a GreaseMonkey/UserScript to interact with the Live Preview?
I've converted a script that I hope to get embedded on a StackExchange site (Lego Answers) to a GreaseMonkey/Userscript but I'd like to get it interacting with the live preview when creating or ...
3
votes
1answer
357 views
Invalidating access token vs de auth app?
Other that invalidating an access token doesn't remove the app from the apps tab (why not?) whats the difference between these two methods?
0
votes
1answer
24 views
What are the paging parameters to the info method used for?
As far as I can tell, there can only be one info object returned from the info method, so why does the method take page and page_size?
1
vote
1answer
38 views
Policy on shipping working examples that use the explicit authentication flow in an SDK?
I'd like to ship a working example of using the explicit authentication flow in Stack.PHP. I have no trouble embedding the API key and app ID in the example. The problem lies in embedding the client ...
4
votes
1answer
96 views
Is there a way to programmatically access chat?
I'm thinking about starting a project where I'd like to have access to the "chat" feature of the stack exchange sites. I saw this project here:
...
0
votes
1answer
32 views
Same redirect URL for Approve and Reject
Why, when I'm requesting /oauth/dialog and selecting either of the options I get redirected to the same URL with different hash values? It's not a bug per-se, just an observation I made while ...
0
votes
0answers
129 views
Stackoverflow user/id to get data to a website
I am trying to get users stackoverflow info on to my website using the ids of their stackoverflow account they provide us. I am trying to get the JSON content that is available from this link: ...
1
vote
1answer
32 views
Point of /users/{id}/inbox?
What is the need for the user ID in:
https://api.stackexchange.com/docs/user-inbox
Given that it will only return the inbox of the authenticated user, and deny a mismatching user id.
The only needed ...
2
votes
1answer
63 views
API v2.0 Developing desktop app
If I am developing a client side application, what kind of domain should I provide to 0Auth callback? Can it be a custom application-centric scheme (like myapp://oauthcallback/)?
3
votes
1answer
101 views
Stack Overflow reputation API
I am creating one wordpress widget plugin that display different types of social media fans and followers counts. After that I feel that i also include Stack Overflow reputation for specific users. ...
2
votes
1answer
63 views
Am I out of luck if my http client doesn't support gzip decoding?
I'm playing with the oauth2 support in v2-beta with an http client that doesn't support gzip decoding. (My client is http spec compliant but can't deal with the non-compliance of the api on this ...
0
votes
1answer
36 views
How to get questions higher than ID
How can I get questions sorted by Question_Id in descending? (Sorted by creation is working) and how to get questions higher than given ID (or higher than last questions creation), my idea is to get ...
1
vote
0answers
42 views
Why user/top-answer-tags doesn't return any results?
I userd python to call
ansauthor=site.user(641)
in the cooking website.
then I used ansauthor.top-answer-tags
However, it doesn't return anything.
Then I called ansauthor.top-answer-tags.fetch()
It ...
2
votes
1answer
45 views
Answers without owners
Is it valid for StackOverflow data to have an answer that does not have an owner? For example if you hit the following API url http://api.stackoverflow.com/1.1/answers/18, it does not bring back an ...
4
votes
1answer
95 views
Is there an API to upload images to SE's imgur installation?
Is there an API for uploading images to the StackExchange-specific imgur installation? I could use the main imgur site, but they don't keep the images indefinitely.
Use case: It would be ...
1
vote
1answer
31 views
Is there a maximum on the number of search results returned (using the SO API)?
I was trying to do statistics on post from some not-too-popular tags like matlab, using the search method. It appears that it will never return a total larger than 2000. Is this a hard limit that ...
0
votes
1answer
15 views
User on main site, also on meta?
If a user has an account on one of the stack exchange site, I thought they had an account on it's Meta site.
This doesn't seem the case in the associated users API route for one user (that's all ...
4
votes
2answers
77 views
Prefered way to retrieve all search results
I'm trying to figure out a reliable way to retrieve all the results from a search query (in subsequent pages. My use case includes cases with more than 100 results (the maximum page size).
Looking at ...
-1
votes
1answer
87 views
How to get technical skills tags using API
I have a requirement in my application to show the skills in auto-complete format like the stack overflow has. is there any example to get the tags from stack overflow using JavaScript + JSON.
kindly ...
2
votes
1answer
61 views
How do you get the association_id from the CC data dump?
I am working with StackExchange /users/ data and trying to get a user's "united" profile, to see what sites they're active in other than the queried site.
As an example: ...
1
vote
1answer
45 views
How to get the actual “body” of a question or answer?
How do I actually get the body (i.e. the textual content) of any say question or answer.
For example, for question (id= 7406104), I call:
http://api.stackoverflow.com/1.1/questions/7406104
But in ...