As with Twitter, the API uses HTTP Basic Authentication. Note that this means that users with only an OpenID login cannot use the API; they have to add a password to their account using the control panel on the site.
but you might have assumed that ;)
--
Nathan Bell
Senior Partner; Lead Developer
Intrigo LLC
Mobile: 520 631 6131
I assume there's no way around including fully qualified (globally
unique) user ids in the format/protocol. If that's true, it's up to
each individual client to come up with clever ways of making that easier
for their users.
Maybe that assumption is wrong though?
Chris Messina wrote:
> That only works if each person only uses one account... curiously you
> could use full Jabber IDs and hide the domain, as in:
>
> @facto...@twitter.com <mailto:facto...@twitter.com>
> factoryjoe.com <http://factoryjoe.com> # diso-project.org
> <http://diso-project.org>
> citizenagency.com <http://citizenagency.com> # vidoop.com
> <http://vidoop.com>
> This email is: [ ] bloggable [X] ask first [ ] private
>
> >
--
Nathan Bell
Partner; Special Projects
* If you follow a remote user by that username, link that
* If there's a local user by that username, link that
I don't know about linking to remote users you don't follow. Evan,
have I got this right?
--
Steve Ivy
http://redmonk.net // http://diso-project.org
This email is: [ ] bloggable [x] ask first [ ] private
http://flickr.com/photos/redmonk/2261368892/in/set-72157603899426561/
I could see this being used to show the user's real name, remote site, etc.
But if we're talking about distributed microblogging then these UI ideas
aren't mutually exclusive, right? Especially as long as the underlying
format always specifies a URI. I agree with Chris that it's the "owner"
and not the "viewer" that should decide which fully-qualified user
they're addressing to ensure there's no ambiguity on the viewer's side.
So how does that model differ from what's possible with
identi.ca/laconica? Can users meaningfully inject URI's into their
@replies? Does the underlying format used allow <a/> links?