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.

Im planning to show some facebook album pictures on a remote page. I would like to connect a facebook comment box (http://developers.facebook.com/docs/reference/plugins/comments/) to each photo. What url should i paste in the url attribute on the comment box to connect it with the comments posted on facebook? Thanks

share|improve this question

1 Answer

up vote -1 down vote accepted

Use the url that will take you directly to the photo itself (ie: http://www.facebook.com/photo.php?fbid=###&set=a.###). You can locate this url by right clicking one of your images in the thumbnail view and opening it in a new tab. Rather than opening it in the standard image viewer, it will open it a new tab by itself.

share|improve this answer
Ok, and how would i get the url using the graph api? – Johan Mar 10 '12 at 15:19
The photo object contains a "link" property. See developers.facebook.com/docs/reference/api/photo. You can also get this using FQL. – Kory Sharp Mar 10 '12 at 15:22
Allright, thanks! – Johan Mar 10 '12 at 15:24
2  
This doesn't work for me. If I use the tool on developers.facebook.com/docs/reference/plugins/comments and paste the url for a photo no comments are shown. Johan, did it work for you? – Zoran Zaric Jun 4 '12 at 11:08

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.