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?
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.
|
|
|
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. |
|||
|
|