Help for this page

Select Code to Download


  1. or download this
    my $social;
    if ($network eq 'Facebook') {
    ...
    # Post text and image content
    my $image_handle = $social->upload("images/test.jpg");
    $social->post("Test text with image", $image_handle);
    
  2. or download this
    my $social;
    if ($network eq 'Facebook') {
    ...
            ... ,
        );
    }