I found that on my install (drupal 6.16) after updating from 6.x-1.04 to 6.x-1.05 posting to facebook did not work anymore. i dont know about twitter et.al., as I do not use those. Reverting to 6.x-1.04 solves the problem.
does anyone else have the same issue?

Comments

confiz’s picture

A debugging error left in this release. Please replace line 682 in .module file

postiteverywhere_facebook_client()->api_client->users_setStatus($msg, $user_fb_id . '1');

with

postiteverywhere_facebook_client()->api_client->users_setStatus($msg, $user_fb_id);

Sorry for inconvenience.

confiz’s picture

Version: 6.x-1.05 » 6.x-1.06
Status: Active » Fixed

The module is updated, please confirm the fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.