i want to show comments and allow users to add new comments on a facebook photo
for example
http://www.facebook.com/photo.php?fbid=10150166311303306&set=a.10150166305773306.305513.40796308305&type=1
can i add ? i tried but couldn’t get this to work
<fb:comments href="facebook.com/photo.php?fbid=10150166311303306"></fb:comments>
but i can’t see the existing comments.
how can i fix this ?
Thanks a lot
As I understand it, fb:comments is for external urls and specific content not in Facebook, i.e, a post, photo, or any other content on your site. On the other hand you could use the graph api to achieve your goal.
https://graph.facebook.com/10150166311303306/comments will retrieve all the comments for the photo in question. You should also be able to POST to that url to add a comment. You will need to add an access_token for either of these cases.
http://developers.facebook.com/docs/reference/api/photo/