facebook-comments

Facebook comment moderation tool

最后都变了- 提交于 2019-11-27 06:04:38
问题 I have just added the facebook comments plugin and I am seeing a first comment of a user. But if I go to http://developers.facebook.com/tools/comments there isn't any recent comments. Any clue? 回答1: You will want to make sure you've specified your Facebook App ID in the header section: <meta property="fb:app_id" content="{YOUR_APP_ID}"> This will give administrators of your application in-line access (in my experience it takes a bit to show up, possibly due to caching). Keep in mind that

Posting comment to Facebook from JavaScript

╄→尐↘猪︶ㄣ 提交于 2019-11-26 21:41:32
问题 I have a Facebook application, a Facebook page and a website. When someone adds a comment to my website, I retrieve the comment text from the code below. What I want to do after that is to let my Facebook application post the same comment text to my Facebook page. This is the JavaScript code I have so far on my website: window.fbAsyncInit = function() { FB.init({ appId: " . drupal_to_js($appid) . ", status: true, cookie: true, xfbml: true, channelUrl: " . drupal_to_js($channel_url) . " }); FB

How to list all comments in my domain

此生再无相见时 提交于 2019-11-26 17:47:26
问题 I am using the HTML5 version of Facebook Comment in my website. I have my own Facebook APP Id. Using Graph-API , and FQL (I think this is how to do it), I want to list all the Comments posted in my website. Example - Page Title1 --Comment1 --Comment2 --Comment3 Page Title2 --Comment1 --Comment2 --Comment3 Page Title3 --Comment1 --Comment2 --Comment3 etc. Please help me out. 回答1: It is possible, in two different ways, as long as you have a fixed set of sub-pages you want to fetch comments from