On Mon, Nov 17, 2008 at 11:28 AM, Damon Clinkscales <[EMAIL PROTECTED]> wrote: > Alex, > > Ok, I've starred that issue. But this has to do with new protected > user profile values which Matt exposed with his fixed. Do we need a > separate issue for that, or is #5, it? > > Thanks, > -damon I mean to say that users with public timelines already have a friends_count attribute, but protected ones do not.
public: <user> ... <protected>false</protected> <followers_count>1399</followers_count> ... <friends_count>1490</friends_count> .... </user> protected: <user> ... <protected>true</protected> <followers_count>207</followers_count> </user> Thanks, -damon
