Help for this page
to ( id ) Specify a profile id to post to. Defaults to 'me', which is the currently logged in user.
my $groupid = 12345; $fb->add_post ->id($groupid) ->set_message('I like beer.') ->publish;