![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Technical question for those who know LJ better than I: is there an appropriate way for outside programs to get at your communities? There are well-established pages for fetching flists and interests, but I'm not finding anything comparable for communities. This is stuff I'd like to pull into CommYou -- you should be able to hold a conversation "in" one of your communities -- but I'm not finding a way to fetch the list short of scraping your profile page...
ETA: Okay, found it. What I need is to add the "comm=1" flag to the fdata.bml call. This is documented, but not on the page where I had originally been looking...
ETA: Okay, found it. What I need is to add the "comm=1" flag to the fdata.bml call. This is documented, but not on the page where I had originally been looking...
(no subject)
Date: 2008-09-15 05:13 pm (UTC)Can you be more specific?
(no subject)
Date: 2008-09-15 06:31 pm (UTC)Going through the APIs is very sub-optimal, because that requires login access. (Right? I could be misunderstanding.) So far, I'm managing to avoid requiring that you provide your password to CommYou: I'm using OpenID for authentication, and otherwise just using publically-accessible data. I *can* get the info I want by screen-scraping the Profile page, but I think of that as a fallback position.
Annnnd -- nevermind. As I was writing this response, it led me down the path of thinking, "Wait -- fdata is coming from the same data sources as the profile. Can it be coerced into giving me the info I want?" And after much digging around, I finally found the insufficiently documented "comm=1" flag, which seems to do exactly what I need...