Once again, I’ve tagged a new version of WPBook for release. See the “other versions” section of the download page.
I’ve revamped the way permissions are requested, so as to store the session key Facebook provides when the user grants “offline access” permission. This enables WPBook to import comments from either the user’s Facebook Wall or the Wall of a Facebook Fan Page.
I’ve also added the ability to change the attribution line (the little blurb WPBook attaches to each message when you post it).
Given the complexity of all the different ways one might configure the application, though, I feel a need to get some folks testing it before making it the ‘default’ new release.
If you’re testing it, please do let me know – either via comments here, in the wpbook support forum, or via the contact form.
NOTE: This version has debugging on by default, which means it will create a debug text file in your wpbook plugin directory – this can be disabled by editing wpbook_cron.php at line 37, changing:
define ('DEBUG', true);
to
define ('DEBUG', false);
But there is useful info in that debug file for trying things out.
You’ll also probably find, in testing, that you’ll need a plugin like Core Control which lets you see what cron jobs are running and run specific jobs ahead of schedule.
Thanks
John