Skip to content

Instantly share code, notes, and snippets.

@genehack
Created April 13, 2010 10:03
Show Gist options
  • Save genehack/364476 to your computer and use it in GitHub Desktop.
Save genehack/364476 to your computer and use it in GitHub Desktop.
my $client = WWW::Facebook::API->new(
api_key => API_KEY ,
secret => SESSION_SECRET ,
session_key => SESSION_KEY ,
);
$client->stream->set( "msg here" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment