Help for this page

Select Code to Download


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