Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Comma-Separated Values are a list of plain text values delimited by commas, or a file containing one or more lists in that format.

learn more… | top users | synonyms (2)

0
votes
1answer
45 views

Facebook API Data Import into Python then formatting in csv

First of all, I want to emphasize that I'm a total novice to python and api (well programming in general). I'm trying to come up with ways to automatically process inputs of facebook userids in csv ...
1
vote
2answers
64 views

Heroku CSV gets wiped after 1 day, all the data is lost.

I have an application for Facebook , deployed on Heroku . This application collects some user data into a CSV, when someone completes a form. However, i have a problem with this CSV. It gets wiped ...
0
votes
1answer
92 views

SCV import : Special characters not supported

I imported CSV file to Sendible.com (Facebook publication scheduler) folowing those instructions : http://blog.sendible.com/tag/csv/ Problem : When I write a "Message" that contain special caracters, ...
0
votes
0answers
66 views

How to schedule bulk publications on facebook?

I'm looking for a website, or a facebook application that could schedule facebook's publication massively ( by CSV import for example). I tried this : sendible.com : But special character are not ...
1
vote
2answers
590 views

Bookmarklet to Convert Yahoo Contacts Table to CSV File using JQuery

It is no longer possible to export your Facebook friends to Twitter or Google+ in the way it once was by using Yahoo mail- ...
0
votes
1answer
69 views

Echo the email captured from Facebook permissions

I am using the Facebook API with PHP and have used scope to retrieve the 'email' permissions. I can access these permissions fine but how can I now use PHP code to now extract the user directly on to ...
0
votes
0answers
77 views

programmatic control of export insights data dialog

Is there any way to control the the export insights data dialog from code? Preferably C-sharp. I would like to generate a csv file from code.
0
votes
2answers
4k views

export facebook contacts to .csv

I want to export all my facbeook contacts into .CSV format or any other contacts format I have tried to import facebook contacts to yahoo mail then export both in .CSV but it didn't work with the new ...
1
vote
4answers
3k views

Automate export of Facebook Insights data

I'm looking for a tool or some way of exporting facebook insights data for my pages in a way that i can automate it. Specifically I'd like to create a scheduled task that runs daily that can save a ...
2
votes
2answers
4k views

Extract fan database from Facebook page

I am trying to export Facebook Page Fans. The closer I found was this article. It states: Getting fans from a Facebook page is not yet supported by the Facebook API. Luckily, the Facebook ...