Show Facebook comments for Post on Wordpress posts

rideronjourney

Regular Member
Joined
Jul 3, 2016
Messages
256
Reaction score
86
Hello

I am trying to figure this from last 2-3 days and installed many different ways but could not figure it out. Maybe I am doing something wrong. Here is the scenario

1 - I have a WordPress website with 20 posts and also a Facebook Page for that website.
2 - I have shared all my 20 posts on Facebook Page.
3 - Some posts have comments on it.
4 - I want to sync comments for posts on Facebook to my Posts page on Wordpress.

So far I have tried many different ways which include creating an app on FB and then using FB comments plugin. Searched online but could not find any good solution for it.

Any idea how can I do it? Pointers would be very helpful.


Thanks
 
Fetching comments from a post requires an API call. You can't use FB's API anymore without their permission. You have to apply for an approval for that.

You could go around this by scraping once a day the comments in ur posts, just use any scraper for that.
 
Fetching comments from a post requires an API call. You can't use FB's API anymore without their permission. You have to apply for an approval for that.

You could go around this by scraping once a day the comments in ur posts, just use any scraper for that.

Thanks for your reply. I just found out that Facebook has depreciated comment mirroring feature. :(
 
Facebook made even their comments plugin strict. They made it https only with exact callback URL.
 
Facebook made even their comments plugin strict. They made it https only with exact callback URL.

not sure about the callback URL, on one of their blog post they have mentioned that comment mirroring has been disabled. Can you please send the exact URL to their documentation for comment API's?

Thanks
 
not sure about the callback URL, on one of their blog post they have mentioned that comment mirroring has been disabled. Can you please send the exact URL to their documentation for comment API's?

Thanks
Deprecating comment mirroring was a part of the cleanup. Facebook Graph API gives access to login. Facebook is trying to improve security, so they have been making a lot of changes.
 
Back
Top