On Mon, Jul 26, 2010 at 12:58:55PM -0700, Markus Sabadello wrote: > Hi there, > > Trying to do LRDD on http://danube.status.net/ > > Hoorray I find the following at > http://danube.status.net/.well-known/host-meta: > > <?xml version="1.0" encoding="UTF-8"?> > <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0" xmlns:hm=" > http://host-meta.net/xrd/1.0"> > <hm:Host>danube.status.net</hm:Host> > <Link rel="lrdd" template="http://danube.status.net/main/xrd?uri={uri}"> > <Title>Resource Descriptor</Title> > </Link> > </XRD> > > So I try to fetch the following > http://danube.status.net/main/xrd?uri=http%3A%2F%2Fdanube.status.net%2F > > But I get 404 :( > > Shouldn't I be getting an XRD with at least links to 1. the feed, and 2. the > profile page? > *** As far as I know, status.net / identi.ca only support the WebFinger method at the moment. I hit the same issue today while working on lorea.org. But using u...@host (actually user@) will work.
I'm not certain that's a good thing, as there's nothing at the moment for the APIs (Salmon, OAuth...) to infer the username from the URI they get. But anyway, Caedes changed a bit of the Lorea OStatus module for Elgg to match Status.net behavior. Cheers, == hk _______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
