By John Eckman on July 11, 2010
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
Posted in beta, facebook, import, Syndicated, Testing, WordPress, WPBook | Tagged openparenthesis.org
By John Eckman on July 7, 2010
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.
Here’s what I got for my mistakes:
Lifestream Gone Wild
Somewhere between whatever version I was running (I believe it was 0.99.6) and this current 0.99.9.8-BETA, the Lifestream developers changed the way they track new events, and started to “publish” every Lifestream event as a post, using custom post types as defined by WordPress 3.0. Unfortunately this wasn’t stated very clearly in the documentation.
I’ve deactivated the plugin and deleted all the extraneous wall posts Lifestream created – hopefully not too many got passed into my friends streams.
I’ll have to look at how WPBook can better handle “custom post types” and perhaps create a setting whereby folks using custom post types can decide which post types WPBook should and should not cross post to Facebook.
Posted in conflict, facebook, lifestream, Plugin, Syndicated, WordPress, WPBook | Tagged openparenthesis.org
Beta Testers Needed for WPBook
By John Eckman on July 7, 2010
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.
A few notes:
define ('DEBUG', false);
todefine ('DEBUG', true);
at line 37 of wpbook_cron.php. (If you’re not comfortable changing this, perhaps you shouldn’t beta test plugins.) This will create a wpbook_debug.txt file inside the plugin’s directory which captures information about every time cron runs.Additionally, this version also includes the often requested “Promote External links” option – if checked, this will cause WPBook to use your external (WordPress) permalinks for new posts, both in the “Recent Posts” box in your profile and also in the Wall notifications, so users are sent to your WordPress blog, not to the Facebook Application view of your blog. In essence this lets you use WPBook without ever expecting users to go to your Facebook Application, which is now just used as a mechanism for connecting WordPress to Facebook for the publishing of new posts and the importing of comments.
If you are testing it, please let me know by commenting here or posting in the support forums for WPBook and thanks in advance!
Posted in beta, comments, facebook, import, Plugin, Syndicated, test, WordPress, WPBook | Tagged openparenthesis.org