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.

SD Card is a Secure Digital Card available with Android which acts as the External Storage Directory.

learn more… | top users | synonyms

0
votes
0answers
143 views

Can't upload images to an album from sd card in facebook android sdk

In my facebook android application i have to upload images to a specific album in facebook. I can create an album in facebook but can't upload images to the album. In my output i get an empty album ...
0
votes
2answers
160 views

Error: Image uploading from sd card to an album in facebook android sdk

In my facebook android application i need to upload images from sd card to a specific album in facebook. I can create an album with the same name of sd card folder. But after creating album it gets an ...
0
votes
0answers
201 views

uploading photo from Sdcard to Facebook using Javascript

I'm working facebook share photo using Phonegap and Javascript. I'm able to upload file to facebook, which is present in online using it's URL. but my requrirement is to upload photo which is present ...
1
vote
0answers
74 views

How to know that some external app has finished uploading image?

My app shares a temporary image with other apps when a user clicks on the Share button (it calls Android share dialog). The image is saved into publicly accessible folder /sdcard/download/ on SD card. ...