From: Kevin <ke...@dr...> - 2005-12-21 14:32:20
|
Andrew Turner wrote: >This is probably my fault from the initial merge of FoF v0.19 into the >FoFRedux tree. It appears I missed some of the FoF changes to >magpierss/extlib/Snoopy.php.inc which included handling Livejournal >protected entries. > >Katie, I believe you mentioned that you had modified FoF yourself to >get it to work with LiveJournal? > >Kevin, do you know if Snoopy changed when you brought MagpieRSS up to >v0.72. Evan, who noticed the problem with LJ auth, said that putting >the Snoopy.php.inc from FoF 0.19 into FoFRedux 0.2 RC works. > >If no one knows of any reason these files should not be joined in >matrimony (i.e. merged into the repository), speak now or forever hold >your peace. :) > >Andy > > I thought the LJ support had something to do with a cookie. Is this not the case, or are there multiple ways to authenticate a LJ private feed? (digest auth or cookie) There is one minor change to the Snoopy file which fixes a security problem. You can merge in the security fix onto the FoF modified file pretty easily. -copy over magpierss/extlib/Snoopy.class.inc from FoF 0.19 -apply 0.72 security fix $ cvs update -r 1.1 -r 1.2 magpierss/extlib/Snoopy.class.inc -then commit |