Thanks Alex and Matt for the changes. On Fri, Nov 14, 2008 at 3:15 PM, Alex Payne <[EMAIL PROTECTED]> wrote: > * Fixed: /users/show and other methods will now show you the > attributes of a protected user you are not authorized to see, but not > that user's current status. Previously, you were not allowed to see > any data about protected users with that method, but this behavior > diverged from that of the Twitter website, where a protected user's > location, description, and so forth are visible to anyone.
Could we have the friends_count as well? It is also publicly visible on the user's profile. -- <?xml version="1.0" encoding="UTF-8"?> <user> <id>123</id> <name>Bob</name> <screen_name>bob</screen_name> <location>Dallas, Texas</location> <description>Founder</description> <profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/123/avatar_small_normal.png</profile_image_url> <url>http://bob.tumblr.com/</url> <protected>true</protected> <followers_count>207</followers_count> </user> Thanks, -damon
