Convert your Facebook friend contacts to CSV
vytautas.jakutis.name
Convert your Facebook friend contacts to CSV
1–10 of 18 posts
Re: Convert your Facebook friend contacts to CSV
#2Re: Convert your Facebook friend contacts to CSV
#3Re: Convert your Facebook friend contacts to CSV
#4wtf.. 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/
Re: Convert your Facebook friend contacts to CSV
#5Everyone quick! Get it, before the cease and desist letter comes. ( backup: http://piratepad.net/VKHtw0Txli )
Re: Convert your Facebook friend contacts to CSV
#6wtf.. 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
https://graph.facebook.com/me/friends?fields=birthday&access_token=[...]Re: Convert your Facebook friend contacts to CSV
#7You 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
#8Re: Convert your Facebook friend contacts to CSV
#9wtf.. 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/
Re: Convert your Facebook friend contacts to CSV
#10Earlier 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=[...]