facebook-comments Questions
1
I try to include the Facebook comments in a page but I'm always getting the following error.
Uncaught TypeError: Cannot read property 'handleServerJS' of undefined
Here my codes.
Right after th...
Prosciutto asked 7/5, 2014 at 9:51
1
Solved
I have an Android app which gets database items with unique ids. So, i want to make users leave Facebook comments about these items by using their unique ids.
What is the best way to do that? I lo...
Trishatriskelion asked 6/3, 2014 at 18:52
1
Solved
I want to implement "Like" and "Comment" feature in my app. I used this code:
public static void like(String postID) {
String grapPath = String.format("%s/likes", postID);
Request request = new Re...
Cerebritis asked 15/8, 2013 at 3:32
1
Solved
I viewed this question before asking ,but it dint help.
Facebook Graph API get all comments
how can I get all comments from a url in facebook?
I am trying to fetch all comments from two url.
w...
Wareroom asked 6/11, 2013 at 8:2
3
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...
Orchestra asked 18/4, 2012 at 5:11
3
Solved
I'm using facebook commenting plugin for my website and I came across one small problem.
When a certain number of comments are made, the "Add comment" field disappears and user has to click on add ...
Fleshly asked 23/12, 2011 at 12:39
1
A little while ago, I built this:
http://www.littlebray.co.uk/photos.aspx
It's kind of an off-Facebook partial replica of a Facebook photo album gallery, the photos in the gallery section are all...
Ripp asked 29/1, 2013 at 22:59
1
Solved
I created a comment plugin from https://developers.facebook.com/docs/reference/plugins/comments/
It doesn't have an application id. How can I moderate it?
Or if it must have an ID, how do I put a...
Logorrhea asked 27/5, 2013 at 19:51
1
I have a simple activity that create a WebView to load Facebook Comments, e.g.
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout....
Milka asked 23/3, 2013 at 6:51
2
Facebook comments plugin - as far as I understand, if I have put the facebook comments plugin on a post web page, and the permalink of the post being commented on matches the base URL, then comment...
Cq asked 20/7, 2012 at 13:42
2
I'm trying to display Facebook comment counts in <div id="comments">
It has to be via Facebook Query Language (FQL). This post is almost exactly what I need:
Facebook Graph Api url comments...
Pemmican asked 17/1, 2013 at 3:51
2
I have been struggling with why the Facebook comments module on some of our pages have excessive whitespace on them when the pages are viewed with a mobile browser.
After debugging for hours, I'm ...
Annettannetta asked 12/7, 2012 at 5:59
1
Solved
We use the facebook iframe to handle Facebook comments on our clients product pages.
However someting seems to be wrong with the "view more" comments;
it works fine for the first click, but then i...
Glade asked 14/12, 2012 at 10:54
4
I installed facebook comments on my website. My website is a dynamic website and pages are like this www.example.com/page?id=54, www.example.com/page?id=67.
If I post a comment in this page: www.s...
Joanniejoao asked 25/1, 2012 at 12:7
0
Im tryng to use the XFBML implementation of the Like Button, as it is described in the facebook social plugin page
The like button appears and works fine (it asks for a confirm action, but it work...
Polder asked 21/11, 2012 at 14:1
0
If there a way to use the Facebook Feed, Comments, and Like social plugins for existing Facebook posts?
We're looking for a way to have pages on our site supplementing existing Facebook posts mad...
Corny asked 31/8, 2012 at 15:58
1
Solved
I've set up a Rails 3.2 application with Devise. I was wondering how I can allow users to comment using Facebook. Can I use facebook connect along with Devise? If I can, is it ok to have 2 methods ...
Burgas asked 21/8, 2012 at 6:8
1
I have created a website connected my facebook app. Users can login and post a custom action connected to a custom object with open graph, javascript sdk. This will also post with 'fb:explicitly_sh...
Biotechnology asked 17/8, 2012 at 19:34
2
I use graph api to get the picture's comments, but I want to first sort the results by creating time and then return to the latest data. Similar to the sql statement 'order by create_time desc', I ...
Ice asked 12/10, 2011 at 15:26
1
Solved
As far as I know there is no way to migrate existing Facebook comments which use fb:comments/xid over to the new fb:comments/href version. There are some StackOverflow topics ( How to migrate Faceb...
Apoloniaapolune asked 3/5, 2012 at 18:36
2
We use the facebook comment plugin to have comments on our site.
To moderate those, we use this tool: https://developers.facebook.com/tools/comments
However, we want to build our own tool to mode...
Fancied asked 26/8, 2011 at 14:39
1
Solved
Imagine a tool that helps people to build their portfolios. As a part of it, the tool allows its users to add disqus/facebook comments widget on their portfolios so that people visiting their portf...
Omniscience asked 18/5, 2012 at 8:52
1
We use Facebook comments and Facebook Like Buttons on our site. These somehow generate a call to http://static.ak.facebook.com/connect/xd_arbiter.php which never loads, leaving the impression...
Zetes asked 14/5, 2012 at 20:52
4
my fb comments code is:
<fb:comments url="<?=$this_url?>" width="600" xid="<?=$this_unique_xid?>" notify="true" candelete="true" simple="1" numposts=1 url="http://www.veethi.com">...
Interoffice asked 13/12, 2011 at 10:7
0
I am currently trying to use the Facebook Comment Social plugin for comments on my site. Almost everything works, the comments can be seen by people on the site and also viewable using http://devel...
Blowhole asked 17/12, 2011 at 0:53
© 2022 - 2024 — McMap. All rights reserved.