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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
204 views

Uploading photo album to page, retrieving album id, file_get_contents errors

I'm using this piece of script to upload an album with photo to a page of mine. I have the necessary permissions and the access token: $album_name = 'Myname'; $album_description = 'Mydesc'; ...
0
votes
0answers
78 views

getting the ID (or just URL) of an image that was uploaded to FB using IOS

I have successfully been able to upload an image to facebook using the FB IOS SDK and I was just wondering, is there an ID or a url that is returned?? Or how can I use the FBRequest to find either of ...
10
votes
1answer
3k views

android uploading image

I got a question in the part of image selecting and uploading. first, here's error message 08-04 02:14:21.912: DEBUG/PHOTOUPLOADER(576): java.io.FileNotFoundException: ...
0
votes
2answers
631 views

Uploading Photos to Facebook using Graph API

I would like to provide users of my application with ability to upload photos to their Facebook account. The application has a username and password form for the users to fill. In Graph API, there's ...