Facebook displays the replied comments in the wrong sequence - facebook

We use Graph API in our omnichannel app, we have a Facebook page and we, Facebook displays the replied comments in the wrong sequence, so the reader is confused to read it, did anyone have experience with this before?
is this Facebook's known bug?
We need advice.
Many thanks in advance
Dev

Related

Facebook App last seen user

Is there a way to know if a user is using my Facebook app in this moment? I tried to browse the Facebook Api Docs but is not very documented.
Thank you.
I suggest to track with last photo uploaded, last like, last comment, last post in time line etc. Which seems available in Facebook API.
Not that easy but acceptable.

Please help - error on Facebook when trying to post my website

I just built my website www.angelaarno.com on wix (hosted on ipage). I'm really not a developer (obviously). But site suits my needs. I want to post a link to my site on my facebook page, but when I try I get this error message:
Could not post to timeline. The privacy settings for this attachment prevent you from posting it to this Timeline.
I ran debugger on facebook to try to identify/fix the issue. Here's the link.
No clue how to fix this problem. Anyone out there that can help a totally clueless nubie?
Thanks
Angela
It allows me to access your site, and post it on social media. I registered my site under private (which you can't fix), but luckily you do not have that problem. If you personally can not post the link, try sending it to some close friends and having them post it. Not only will it get the word out, it will also help your credibility.

Facebook status post via app doesn't show in Newsfeed

I am using facebook graph api to post a status to Facebook via my app.
The problem is I can't see the status post in NewsFeed, but in the
Wall of the user.
I just used me/feed accordingly to GraphAPI documentation.
When I searched this issue, I saw quite similar thing http://developers.facebook.com/bugs/302089206530370.
This one is quite similar one too .Facebook graph post on feed is not visible in newsfeed, but that api is deprecated a long time ago and not the same API that I am using.
This one is exactly the same like my issue. http://developers.facebook.com/bugs/353691264693202 but sadly, facebook doesn't provide info in detail. can't find the duplicate issue.
I asked for scope=user_photos,read_stream,publish_stream,offline_access,user_status,friends_status grant access for my app.
Is there anything that I missing out?
Edited: I confirmed my setting of whether I have set to hide my app post in my newsfeed too. But I didn't set it.
I think that is the facebook bug. already found the similar one reported http://developers.facebook.com/bugs/372776119424090?browse=search_4fc3354fb769c0726100997
For the time being, I can only wait for Facebook to fix that bug.
Thanks.

How to check whether a comment is flagged on a page using facebook graph api

I have worked a lot on facebook graph api and used fql also. Recently i got a task to get all comments which are flagged on a specific page.
Could someone can help me out to get the solution. I searched a lot but unable to find the solution for the same.
Unfortunately information about whether a comment is flagged is not accessible through any of facebook APIs
http://forum.developers.facebook.net/viewtopic.php?id=86342

How can I remove posts from a Facebook Fan page?

I've really few experience with Facebook development, just made few things...
I'd like to know how to programatically modify a fan page, the particular requirement that I've right now is to control posts from users, I'd like to be notified for a new post and also have the ability to delete posts.
Could you guide me to accomplish this task? What should I use / read to get this done.
Thanks a lot!
As far as I know there is now way to receive an email through facebook when someone adds a new wall post to a Fan Page.
Follow this thread:
http://www.facebook.com/topic.php?uid=6802152230&topic=9913#topic_top
A user did mention "If you're using Firefox, install Update Scanner to your addons"
I'm sure the docs can help you on programmatically deleting a post. Try here:
http://wiki.developers.facebook.com/index.php/Stream.remove