Hey, I was wondering the reason why the 'Facebook Status Recent Updates' block doesn't display the current users status updates. In my opinion it's a bit confusing to update your status and not see it show up in the block. Do you know how to change this?

Comments

icecreamyou’s picture

Status: Active » Closed (duplicate)

#328768

That's by design.

(A) On user profiles, the block shows the status of the user whose profile you're looking at.
(B) On nodes, the block shows the status of the user who created the node.
(C) Anywhere else, the block shows the current user's status.

You can create a custom block to get the behavior you want:

global $user;
print facebook_status_form_display(NULL, $user->uid);

However, that code seems to be experiencing this issue: #338114. Hopefully this will be resolved soon after December 19, which is the next day I'll have time to work on this module.