You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 15+1 for every point made, but mainly "So we should also reinvent OAuth? Sorry, we're still in the process of reinventing IRC"Nick Craver– Nick Craver Staff2010-09-11 21:31:19 +00:00Commented Sep 11, 2010 at 21:31
- 1"As soon as anything requires more than a browser, it's less usable for many people" I see, you just hate that its out of the browser. I would like to point to half of StackApps, where most are desktop applications. Your saying that because its out of the browser, making an API would be pointless. So then why does an SO API or StackApps even exist?TheLQ– TheLQ2010-09-11 21:31:21 +00:00Commented Sep 11, 2010 at 21:31
- Also, my stabs at authentication were trying to figure out how to use OpenID for desktop applications. They were a bunch of random attempts, but I'm not a security expert. I was just trying to acknowledge the problem of non-browser based authentication, and providing possible solutions to the problem.TheLQ– TheLQ2010-09-11 21:35:40 +00:00Commented Sep 11, 2010 at 21:35
- @TheLQ There are enough words in my answer, please don't try to put additional ones in my mouth.balpha– balpha StaffMod2010-09-11 21:36:22 +00:00Commented Sep 11, 2010 at 21:36
- @TheLQ - When did "less usable" become "pointless"? You're putting words in @balpha's mouth, and completely missing the point of the answer. The browser comes first (and again, "first" != "only"), just as it came first before the API with the SO/SE sites themselves...I don't find this logic hard to follow. Why make an API before the primary interface is even finished? An API made right now wouldn't even fully support what they want chat in the browser to be, so why push that unfinished API as the interface for all other mediums as well?Nick Craver– Nick Craver Staff2010-09-11 21:37:27 +00:00Commented Sep 11, 2010 at 21:37
- You must of misread #2, since that was nothing close to what I was talking about. You have your OpenID, and you have your global chat password. I have no idea where you got tying it to a specific OpenID on a specific site... And yes, your current username is your, well, username, and you global chat password is your password. How that is complicated escapes meTheLQ– TheLQ2010-09-11 21:39:35 +00:00Commented Sep 11, 2010 at 21:39
- I'm going to leave authentication up to whoever writes the API. I think now its just about the idea instead of the how.TheLQ– TheLQ2010-09-11 22:29:13 +00:00Commented Sep 11, 2010 at 22:29
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you