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
Comment #1
confiz commentedA 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.
Comment #2
confiz commentedThe module is updated, please confirm the fix.