Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I have been through many of the file upload examples, but have not found a method to force the photo for the user to publish.

This example shows how a user uploads the photo from their computer: http://developers.facebook.com/blog/post/498

I would like to use this method, but replace the [file input "browse"] field with the image URL so that the user would see it displayed, and the app would post it to their profile when they click the submit button. Any help would be greatly appreciated.

share|improve this question

1 Answer

What you will have to do is let the user upload the photo to your server before uploading it to Facebook. I recommend using this great plugin called Uploadify. It is an AJAX file uploader, you can get callbacks during the upload process and on completion. When you receive an uploadComplete callback you can display the image to your user before allowing him to submit the image to Facebook. For submitting the photo to Facebook I recommend following one of the tutorials listed in the other answer by @Abdur.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.