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.

Users of a web application have the option of previewing some images. When they click on a specific link, a lightbox opens up with that image in it. The image will, of course, have a fixed URL. I wish to allow them to share only that specific photo, not the entire page. How do I do that?

share|improve this question

1 Answer

You can use the JavaScript SDK and use the feed dialog by invoking the FB.ui method. Using this method, you can specify the link, title, description, etc.

As a side note, you will need to set up a facebook application to use this method, but your users will not actually have to authorize the app to use this.

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.