Tagged Questions
0
votes
0answers
37 views
How to delete an OAuth (2.0) API key?
I created a couple of extra keys I don't need. Can I delete them? I don't see an option anywhere in the list or on the page for the key itself.
3
votes
1answer
83 views
Creation of an API 'about' method for the application key being passed
Hi there!
Because the API uses a key, I'd like to ask if a request can be created so that, on application start (and, during runtime), you can ask whether your key is valid, and get back information ...
2
votes
1answer
141 views
Don't allow requests with No Key to use existing session with valid API Key
Once I did a request with a valid API key
http://api.stackoverflow.com/0.8/stats?key=MYKEY
Every requests (from that IP) later on without key will use existing session with API key, limit ...