Phone numbers aren't exposed via the Facebook API under any circumstance. For a long time it was the same with emails, including when Scoble wrote that script, but now you can get a user's email by specifically asking for that information via the permissions API.
This is not entirely true. A Facebook application can get an email address of an authorized user by requesting it [1] (in the authorization dialog, the user can choose to send the application either the email address they signed up with Facebook for, or a proxied Facebook email address). There is currently no way to use the Graph API to retrieve your friends' email addresses.
Ah, true, yes, if I authenticate a Facebook application against my account I can't give it access to my friends' emails, which was the core functionality of Scoble's script.