Questions tagged [facebook-comments]

Facebook comments allow you to access the comments portion of Facebook programmatically.

Facebook comments allow you to access the comments portion of Facebook programmatically. The comments are child objects to a post, which has ownership by a user. This can be managed through Facebook apps.

Facebook comments API documentation.

797 questions
6
votes
1 answer

Moderate comment plugin without application id?

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 an application ID to an existing comment plugin?
IMB
  • 15,163
  • 19
  • 82
  • 140
6
votes
1 answer

Facebook API -- write a comment on friend's wall posts

Need a way to post a comment on a friend's wall post through the Facebook API (I'm using the Python wrapper). Consider two users, Alice and Bob. I have read_stream and write_stream permissions for both users. >>> alice_graph =…
Clay Wardell
  • 14,846
  • 13
  • 44
  • 65
6
votes
1 answer

Facebook comments iframe does not load more

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 it stops working. This problem only occures when you…
Urban Björkman
  • 2,095
  • 1
  • 13
  • 27
6
votes
1 answer

How to integrate facebook comments in Rails application?

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 of authentication on my site? I've read some…
gerky
  • 6,267
  • 11
  • 55
  • 82
5
votes
3 answers

How to show facebook comments "Add comment" field by default

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 comment link to show it. This one: I want to know…
Ilja
  • 44,142
  • 92
  • 275
  • 498
5
votes
0 answers

Facebook Graph API fetch comments from og:type=website

I am trying to fetch comments from a Open Graph Object of type website. I am testing all of this on the official Graph API Explorer page, https://developers.facebook.com/tools/explorer First I paste the URL from the page which holds the Facebook…
5
votes
2 answers

Facebook comments plugin - text is lost after login

When I an adding a comment on Facebook comments plugin on logout state, a "Log In to Post" button appears. I press it and log in, the webview is reloading in a logged in state and the text is lost. How can this be fixed?
Luda
  • 7,282
  • 12
  • 79
  • 139
5
votes
3 answers

How to best move fb-comments from http to https

We are in the process of moving a Ruby On Rails website from HTTP to HTTPS. Our sites uses the fb-comments plugin to capture user comments on various pages. During our testing we found when we switch a page from HTTP to HTTPS Facebook seems to see…
Doug Couvillion
  • 1,071
  • 10
  • 13
5
votes
1 answer

Facebook comments plugin - no notifications

I am using the Facebook comments social plugin on a site. I've followed the moderation tools instructions on this page and set a tag. I want to receive a notification every time somebody makes a comment,…
5
votes
0 answers

Using comment box in an Android/PhoneGap app

My problem is with the Facebook SDK, Android, PhoneGap and the Comments Box. I'm not familiar enough with the Facebook SDK that I would really know what the difference is between the two ways of using the Comments Box, but there seems to be two…
Rolf Sormo
  • 51
  • 4
5
votes
1 answer

Facebook comment box with data-href using anchor issue

Currently I have 3 comment boxes on a single page. The page has three tabs that display different content, and each tab content has its own comment section, differing from the other two. To make sure unique comments are loading for each tab, I am…
4
votes
1 answer

Posting comment to Facebook from JavaScript

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…
obada
  • 181
  • 3
  • 13
4
votes
1 answer

Facebook comment plugin Angularjs

I am facing a strange error while adding the facebook comment plugin in my AngularJS app. The simplified structure of the app page is ...
...
... The…
user1481317
4
votes
0 answers

Passing Facebook access token to comments plugin from native app

We are developing a mobile app (Android and iOS) which embeds an HTML page to display articles. We added the Facebook JS SDK to the page but it does not seem to allow to set an access token, unlike its native counterpart. The user is already logged…
4
votes
0 answers

Facebook comment plugin has stopped working

My Facebook comment plugin has stopped working. It loads as an empty element (so nothing loads, basically) Code can be seen directly on this page. url: http://www.jamesthemusician.com/kudos It was working this morning and I did not change the…
cockypup
  • 1,013
  • 1
  • 10
  • 24
1 2
3
53 54