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.

Receiving data to a local system from a remote system, or to initiate such a data transfer.

learn more… | top users | synonyms (1)

0
votes
1answer
135 views

Are deleted messages included in the “Download Your Information” in “Account Settings”?

I read that I could get everything that I ever typed if I downloaded my Facebook Archive, but does that absolutely, positively include messages that have been permanently deleted? Thank you!
-1
votes
1answer
43 views

Photo Download issues [closed]

I am a photographer and use facebook all the time to download my images. Over the last week I have not been able to download pictures. Once in a while it will allow one picture to go through and not ...
-2
votes
1answer
18 views

It won't let me download my account [closed]

My account has said pending for over a week, I have tried many times but it never sends me the email to let me download my account.
1
vote
2answers
333 views

Android: How to wait for the facebook profile picture download?

My goal is to wait for the profile picture download so I can start a video that will use that picture. I'm using the provided facebook widget: ProfilePictureView to show the picture. And I'm waiting ...
1
vote
0answers
601 views

How to download my facebook group content? [closed]

I administer a facebook group of close friends and I'd like to backup all the data from it, including posts, user comments to those posts, likes, etc. Is that possible? I'm very stupid regarding ...
0
votes
0answers
111 views

DownloadManager not downloading all photos from Facebook

i'm trying to download some photos from Facebook using this code try { request = new ...
0
votes
0answers
78 views

Can't download information [closed]

I requested a download of my information from facebook. I received an email telling me my information was ready for download. I clicked the link, entered my password for verification, pressed ...
0
votes
1answer
128 views

Slow downloading of Facebook Place pictures

I'd like to download all pictures (in small size) for places I've retrieved via a search with type=place via the Facebook API. It works fine getting the pictures (a la ...
2
votes
1answer
125 views

Track who downloaded a PDF from my Custom Facebook Tab

I am going to create a custom page tab on Facebook and offer a free downloadable PDF with information about my services. Is it possible to track which Facebook users have downloaded the PDF?
1
vote
0answers
1k views

How to download a file uploaded to a private Facebook group using Graph API

Facebook now allows us to upload arbitrary types of files to Facebook groups, which is great. I am writing a single-sign-on iOS app, which accesses such a private group the user belongs to, and ...
-2
votes
1answer
583 views

Direct video Facebook messages: How to save to PC [closed]

I asked about 30 people to record a video as a Facebook message and send those to me so that I can compile 30- 10 second clips of them into a movie as a going away gift for a friend. But, I am unable ...
1
vote
2answers
264 views

How to strip a Facebook page fans profile pictures?

Is it possible to strip the profile pictures of fans of a page? I'm trying to basically download all of my page's fans profile pictures. I know it's not possible to get a list of names but is this ...
0
votes
0answers
266 views

VB.net Webbrowser Json

I am working on a program which requires that I find the ID of a Facebook profile dynamically. I have tried using a normal webbrowser component and then navigate it to graphs.facebook.com/THEPROFILE. ...
1
vote
0answers
220 views

Unable To Download Likes And Comments

I use the Facebook API to enable a user to download their data from Facebook, and any likes and comments made on their photos or posts. On a few occasions customers report that their likes and ...
1
vote
1answer
339 views

How to add a link to start a file download in a Rails Facebook canvas app

In our Rails app that runs in Facebook canvas, we have a workflow where a logged in user can build a document and then download it. When the file is ready we show a link to it. This is just a Rails ...
0
votes
1answer
545 views

'Download App' button on Application Page… how do you do that?

I'm a a bit stuck... I see on the Spotify app page (http://www.facebook.com/apps/application.php?id=174829003346) you can see a 'Download App' button at the top. How do I replicate this on my own ...
0
votes
1answer
485 views

Downloading pictures from facebook to iPhone programatically

I need a way to connect to facebook from my iPhone, display photo albums and be able to download specific images to the iPhone. Is this possibile using FB API or ShareKit? How might one accomplish ...
1
vote
2answers
1k views

PHP + CURL How to get file name

I'm trying to download users profile picture from facebook in PHP using this function public static function downloadFile($url, $options = array()) { if (!is_array($options)) $options = ...