I am using the facebook comments plugin to allow users to post comments on my page. This plugin provides the commenters with a checkbox: “Post to Facebook”. Is there any way for me to see if a comment posted on my page via the plugin had this checkbox checked or not?
It doesn’t seem possible according to the graph api.
I am using the facebook comments plugin to allow users to post comments on
Share
You can use FQL to access the comments.
fb:comments has a field which also contains replys to the comment.
If the user posts to Facebook and gets replies from his friends you can track the replies and the number of replies using the above query language.
That’s the best you can do. You can’t check if he has reposted to Facebook but this will allow you to see how many people commented on his post and how many likes he has and hopefully decide priority from it
http://developers.facebook.com/docs/reference/fql/comment/