Live data from Hacker News

Convert your Facebook friend contacts to CSV

vytautas.jakutis.name

1–10 of 18 posts

Re: Convert your Facebook friend contacts to CSV

#4
post #3

wtf.. Why screen scrape Facebook from a bookmarklet, when the Graph API gives you all this and more in JSON. http://developers.facebook.com/docs/reference/api/

you cant have all that informations via the Graph API I think. For example the birthday dates of my friends, I cant have them via the API

Re: Convert your Facebook friend contacts to CSV

#6
post #3

wtf.. Why screen scrape Facebook from a bookmarklet, when the Graph API gives you all this and more in JSON. http://developers.facebook.com/docs/reference/api/

you cant have all that informations via the Graph API I think. For example the birthday dates of my friends, I cant have them via the API

Yeah, you can. You can get alot out of the Graph API.

  https://graph.facebook.com/me/friends?fields=birthday&access_token=[...]

Re: Convert your Facebook friend contacts to CSV

#7
Weird, I've decided to leave FB and was working on doing this an hour ago. I ended up using: https://chrome.google.com/webstore/detail/ficlccidpkaiepnnbo...

You can also use this method: http://techcrunch.com/2010/11/12/how-to-mass-export-all-of-y...

but for me it only exported contacts that had their email address visible. "Facebook Friend Exporter" worked better.

Re: Convert your Facebook friend contacts to CSV

#10
post #6

Earlier quoted context omitted.

you cant have all that informations via the Graph API I think. For example the birthday dates of my friends, I cant have them via the API

Yeah, you can. You can get alot out of the Graph API. https://graph.facebook.com/me/friends?fields=birthday&access_token=[...]

oops, ok my bad! Thank you :)
Post reply on HN