WPBook 2.0.1, beta testers still needed

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

Warning: Don’t Run Lifestream and WPBook at the same time

Quick warning: don’t run WPBook with the latest version (0.99.9.8-BETA) of the Lifestream plugin. Bad things will happen.

An updated version of the prohibition on burning the candle at both ends

Here’s why it’s important to test plugin updates.

After my last post about beta testers for WPBook, I decided to go update my other plugins which had updates available, including Lifestream, which had an update to 0.99.9.8-BETA from 0.99.6 available.

So I jumped in without really doing any investigating of what changes there were – bad idea.
Continue reading →

Beta Testers Needed for WPBook

Test Boxes, photo by David Bleasdale, cc-by license

I’ve just tagged version 2.0.0 of WPBook for release, but haven’t yet changed the “stable” tag in the readme.

What that means is that if you’re using WPBook, you won’t seen any automated notification of a newer version being available. You’ll have to go to the WPBook download page and find 2.0.0 at the top of the “other versions” list.

Please do so, especially if you are willing to help test the new features.

What is there to test? Most importantly, a new feature which imports comments made by users on your Facebook wall (or the wall of a Facebook page) in response to excerpts posted by WPBook on those pages.

In other words, if you have “publish to Facebook Stream” enabled and working for your personal wall and/or the wall of a Fan Page, when you publish a new blog post, and that post gets published to the FB wall, and users make comments on that wall post, those same comments will get imported to your WordPress hosted blog.
Continue reading →