Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Facebook comments allow you to access the comments portion of Facebook pro-grammatically.
0
votes
0answers
15 views
How can I hide the user icons in the facebook comment widget
We're adding facebook comments to our site but they will be in a very narrow left rail. As a result, we'd love to have the user images hidden. I've checked the documentation and traced the css enough ...
0
votes
1answer
12 views
Use Facebook Comments without posting back to Facebook?
I would like to use Facebook Comments with my blog software as there is integration. However, I only want to use it since most people already have Facebook and we won't be allowing registrations (And ...
0
votes
0answers
17 views
Facebook comments inside lightbox plugin (facebox) show up only once
So I'm working in a project that involves opening a lightbox whenever I click in some specific items. this lightbox renders, using ajax, some php file with a GET parameter (an id) identifying a unique ...
0
votes
1answer
12 views
Like and comment a Post on a Page with Open Graph API
to evaluate the title of the question, I have created a page. And also app for getting a appID.
i have posted a like(action) on a techcrunch article(Object) on my timeline with the mention of my FB ...
0
votes
0answers
29 views
How to post comment using iOS sdk
I need to comment graph object using iOS Facebook SDK and I can't do this. Comments are working using social plugin, but I don't want to use UIWebView. How can I make it works?
-(void)postAction
{
...
0
votes
0answers
43 views
how to post to page wall as admin user not as page
I know how to post to page wall/comment/like by graph api.As a post sample i use in this way -
FB.login(function(response) {
if (response.status=='connected') {
if ...
0
votes
0answers
14 views
ROR + Fetch latest or last two comments for every Post
In my application, I have to fetch last/latest two comments from Comment model for Post model just like Facebook.
For every Post may be there is comment or not. For example :-
Post 1 having 10 ...
0
votes
0answers
56 views
How to post a Like and Comment on photo facebook sdk 3 for Android
I want to know how to post a like and comment on a photo,I can provide photo id and current active session. So please let me know to do it.Any sample code??
0
votes
1answer
17 views
Drupal Facebook Comments Box positionning
I have recently added a Facebook Comments Box to my Drupal site, in order to allow users to comment my articles with their facebook accounts.
The problem is that I can't change the position of the ...
0
votes
1answer
52 views
facebook comment plugin height
I am using Facebook comments plugin on my page but the problem is why it is taking entire browser height. I have placed an image which should appear below the comment box but the image is sitting at ...
0
votes
1answer
7 views
Need current syntax for writing an FQL query in PHP
Because using the Graph to get comment information craps out at a certain volume (even with pagination) I need an FQL solution. Unfortunately, all the documentation and blogs I've found contain ...
0
votes
1answer
32 views
Facebook Graph API get all comments
OK, so I've put a Facebook social plugin comments box on my site, in which i specified a Facebook Fanpage, as the comments target.
Now what I want to do is get all comments that are present in the ...
0
votes
1answer
43 views
Using FQL to get comments from a webpage, LIMIT and OFFSET, but result fail when there are more than 900 comments
I'm running a contest where I count up all the daily comments on a webpage per unique commenter each day. At the end of the month, the person with the most comment-votes wins. I have logic written ...
0
votes
0answers
23 views
facebook comment box formatting height:590px
On the iPad, facebook comment box automatically sets a height of 590px. The initial view is just the login button so it's much too large. I can't set a height in css because once they log-in, then the ...
0
votes
0answers
21 views
facebook comments plugin pop up width in mobile
This is the html rendering
<div class="generic_dialog pop_dialog generic_dialog_fixed_overflow" id="dialog_0" style="">
<div class="generic_dialog_popup" style="margin-top: 40px;">
...
0
votes
1answer
36 views
facebook comment not working
in my website front page few thumbnail are there when we click on those thumbnail it shows the gallery just like facebook i am trying to implement facebook comment on that when i click on any of the ...
0
votes
1answer
97 views
New Facebook API fetching newsfeed and its comments
is there a way to get newsfeed and its comments with the new changes facebook making on july, 2013 - https://developers.facebook.com/roadmap/
What im trying to do?
i want to fetch latest newsfeed ...
0
votes
0answers
25 views
Facebook Comment Box using Social/Account Framework iOS6 without using Facebook SDK
I am using Social and Account Framework to login into my application. I want to show Facebook Comment box on one of my screen. The code I use for that is as following
-(void)loadCommentWebView
{
...
0
votes
0answers
24 views
Facebook comments moderation view doesn't always show up
What could produce such behaviour? On most pages, the moderator view shows up.
But there are some where it doesn't. I can still comment, though, as a regular user.
All the pages are dynamically ...
0
votes
0answers
28 views
Does facebook remove comments in Open Graph?
I am using a facebook comment plugin.
I've just added for the attribute href any value, like this.
The thing is, that the URL, which I've written in the href attribute, does not exist.
But facebook ...
0
votes
1answer
377 views
Breaking Change about absolute URL in Social Plugin
I got this alert from facebook:
... is currently using the following deprecated features:
Social Plugins (Like Button, Like Box) without absolute URL's in their href parameter.
The fb like and fb ...
0
votes
0answers
52 views
facebook comments box in ios app
Is there any library to implement facebook comments box into an iOS app? I don't want to use comments plugin in uiwebview since I need to create/modify/destroy comments based on facebook object id. I ...
0
votes
1answer
12 views
Comments plugin does not position well in FF or Chrome
Seems that my comments plugin does not position well on my page. Instead of being centered the left margin of the plugin is at the center in Firefox and Chrome. Displays well in IE. The problem ...
0
votes
3answers
36 views
Facebook comments box position
Please help,
I have recently added the facebook comments box to my site (arabic site), but the problem is
that the position of the box is moving to the left ... this is an example of my site
...
1
vote
1answer
79 views
Facebook Graph API PHP to make a comment to a post on a page as page
I'm using below code to post to my facebook page as page
$post_id = $facebook->api("/$page_id/feed","post",$args);
I want to make a comment to the post I created. I don't know how to do that ...
0
votes
1answer
7 views
Why is the Comments Plugin shifting to the right?
All of sudden today the comments plugin is out of its inteneded position, and it has shifted to the right thus creating inconvience. How do i fix it?
I have already tried updating to the latest code ...
0
votes
0answers
30 views
Facebook Comment Moderation Tool Not Working
Our company is using the comment moderation tool on 6 websites. However, on 1 site the moderation tool is not working - http://www.majesticmountainvacations.com
It's viewed as this:
This is also ...
-2
votes
0answers
22 views
Fetch comments for a post using post id [closed]
I am developing an android application,I have published a feed using feed dialog and i have the id for that feed.Now i need to fetch comments for that post,is it possible to do this with post id,help ...
0
votes
0answers
14 views
how can i get a comment count for article when i use parameters to show article?
i have an article show in here
i use the fb-comment like this
<div class="fb-comments" data-href="http://www.tvwars.gr/newsin.aspx?cmm=22&nam=NEA" data-width="470" data-num-posts="10" ...
0
votes
1answer
79 views
Facebook Comments iFrame height limited when using HTML file not URL
I'm loading a facebook comment page from a local file, not a URL.
(Reason: It's for a Mobile App & I need a template file for creating multiple comment pages)
The FB comments load but the ...
0
votes
0answers
71 views
Facebook: The comments what need approval by Moderation Tool appear in Facebook Page's Timeline [closed]
I have a problem when developping website relating the Facebook.
I embeded Comments Plugin in my web page and made App for Comment moderation tool and so on.
But I'm in trouble, the comments what ...
0
votes
0answers
8 views
Comment moderation app not working
I have been using the Facebook comment moderation app for the last couple of years on my site.
However, I have had no comments on the app since the middle of March despite people leaving comments on ...
0
votes
0answers
31 views
Mobile Facebook comments view length clipped short
I'm using a template HTML file within my iOS App containing a single placeholder #ALIAS.
I load the file into a string, search and replace the holder and then load into my UIWebView.
The Facebook ...
0
votes
1answer
13 views
I'm using FQL to count all the comments on a given webpage… but it's limited at 25?
Where $PfullURL is a webpage, I used the following approach to get what I thought were all the comments so I could parse the data for unique user comments per day.
$fql_query_url = ...
0
votes
0answers
100 views
like and comments on post of page/profile outside facebook
Writing details for everyone to understand it well -
I created a facebook application to generate a access token by that application id and secret key
I used that access token to get wall posts of ...
0
votes
1answer
164 views
Get comment count on posts across site
I have a site with lots of pages of content and a Facebook comment box (social plugin) on each one. Say, http://subdomain.site.org
I want to build a widget that searches that subdomain for the pages ...
0
votes
0answers
67 views
Facebook comments (social plugin) hides some comments
I put facebook comments on my website. Integration is a little bit more complex than just adding <div class="fb-comments" data-href="http://example.org/some-blog-post/" data-num-posts="10" ...
1
vote
0answers
22 views
Maximum characters Facebook comments?
Is it possible to reduce the maximum characters so you get earlier the "read more" link?
I added comments this way to my website:
https://developers.facebook.com/docs/reference/plugins/comments/
I ...
0
votes
1answer
55 views
Facebook comments do not appear regularly
I am using both the like button and the comment box on my blog; vocabularioextenso.blogspot.com
But the like button sometimes shows a correct number of likes and other times shows zero. Also, ...
0
votes
0answers
121 views
Facebook social plugin disable comments box certain pages in wordpress
using latest Facebook social plugin in my self hosted wordpress website,
I want to disable comments box certain pages in wordpress(like forms etc..)
there are special settings in page named,
...
1
vote
0answers
37 views
Facebook comments plugin on html page not redirecting when user has to login to FB account
Have implemented Facebook comments plugin. If a user is not signed into a Facebook account, after clicking the Comment button and loggin in to their account nothing happens unless the F5 key is ...
0
votes
1answer
38 views
Facebook comments for non facebook users
I am trying to implement facebook comments, i was wondering is it possible for non facebook users to comment without using the login providers facebook allows? for example commenting as a guest ...
0
votes
0answers
58 views
Getting replies of comments as comments while hitting graph api facebook
I am using Graph API for getting streams of my page. The problem is that when i hit graph api request from my program it returns replies as comments.
Suppose a status on my page has 2 comments and 3 ...
2
votes
1answer
223 views
Opinion/Comment system with facebook iOS 6
I'm developing a tourist guide, on iOS 6.1. I have a section with some hotels or inns.
I have a Facebook login system. I want that the users can post them opinions in a box, about a specific hotel.
...
0
votes
1answer
47 views
Are the new Facebook comment API changes for news feed stories, or only for comments on page posts?
In this FB Developer Blog entry: New APIs for Comment Replies, it says
Last week, we launched comment replies on Facebook pages and profiles
with more than 10,000 followers. This allows ...
0
votes
0answers
214 views
Facebook comments not showing up on site
I'm using the Facebook comments plugin on : Facebook comments
In the data-href, I am entering the current url of the site (The url on which I place the block.
Even though it shows the comment box, ...
0
votes
0answers
47 views
Change description of facebook page in google search result
Google search: "company name facebook"
Description in search result: (unhappy customer's comment retrieved from facebook page content, not facebook page meta description).
Possible to change this ...
0
votes
1answer
74 views
Comments using Facebook Comment Plugin disappear after refresh
I used the code generated on this page:
https://developers.facebook.com/docs/reference/plugins/comments/
However, since my pages are dynamic I replaced this part:
<div class="fb-comments" ...
0
votes
0answers
21 views
Why is my Comment App Only Working on SOME Blogger Posts?
The app was working totally fine...and then I reinstalled the app code in the Blogger template to be BELOW the Blogger comment box...now only some pages have the Facebook plugin...No clue why. Help? ...
0
votes
0answers
21 views
Get post where I have leave a comment, facebook
I am looking for a way to get all the facebook post where I commented, I need the post where I comment and the other comments to the original post...
I didn't find any way to get the "original" ...




