Hello Jon,
Thanks a lot for your great job!
I read the above comments and a few other post related to same problem.
I’m having a similar problem can’t get the comments from FB wall to Wp website.
To have point to start form I sent you my debug.txt file.
Please give me an advice.
Thanks in advance!
Regards,
Marcel
Looks to me from your debug.txt like perhaps you have not set an infinite session key?
Honestly, I just gave up on the issue, as FB comments still aren’t posting to WP wall. I also deactivated and then reactivated – which did create a debug text, but still, comments aren’t importing π
@cfengland sorry to hear it didn’t work for you.
I can only troubleshoot so much without access to the server, logs, configuration, etc.
I know it works for me on several different blogs and I know it works for many others – why it doesn’t work in one specific scenario can be very challenging to track down.
You might check out WordBooker which does similarly import comments.
Oh, not a problem – I appreciated your help any who! I just figured it was something to do with my hosting, or even (gasp) a user-error, haha… I’m leaning towards the later, as it’s very likely I could have messed something up!
@marcel_clevertech Interesting.
In your case it seems to fail just after line 111 in wpbook_cron.php, right after it fetches the number of posts to examine.
You can see in your debug.txt it outputs:
How many posts to consider? 74
And then immediately starts again with the next cron job.
Are there any entries in your WordPress database, in the postmeta table, where the “meta_key” value contains wpbook? Entries with keys like: _wpbook_user_stream_time, _wpbook_page_stream_time, _wpbook_user_stream_id, or _wpbook_page_stream_id?
Have you successfully posted excerpts to your wall, or the wall of your page, that came via WPBook?
Jon,
About your previous question.
Yes, the posts are present on Wall page http://www.facebook.com/kutys?ref=ts and we are getting the comments from app page to WP but not from Wall.
Do I have to check my server for cURL and fOpen if what I mentioned above works?
Thanks,
M
@marcel
No need to check on cURL / fopen, but please do check your WordPress database, specifically your postmeta table, to see if it contains entries matching _wpbook_user_stream_time, _wpbook_page_stream_time, _wpbook_user_stream_id, or _wpbook_page_stream_id
Jon,
Checked an seems that there no such tables.
Please advice what shell I do.
Thanks
P.S. Sent you a DB’s table screenshot.
Not tables, but rows in the wp_postmeta table – where the “key” matches one of those values.
These are inserted by WPBook when it successfully posts to Facebook, and are used by WPBook to track what comments in FB need to be imported.