Facebook friends backup

Extract your friends list from Facebook in XML.. without email addresses sadly:

Go here: http://developers.facebook.com/tools.php

Response Format == XML

Method == fql.query

Run this query:

SELECT uid, first_name, last_name, name, birthday_date, sex, hometown_location, current_location, profile_url, profile_blurb, username, website FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = 638122456)

Change uid1 to your facebook ID.

Copy, paste, save.

ps. FQL is also handy for things like.. let’s say you met a girl at a trance party, you know her name and that she attended an event.. but the event list is not in any useful order. Totally hypothetical.

One thought on “Facebook friends backup

  1. Pingback: Facebook Backup | SwimGeek

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>