Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Use Facebook::Graph to write desktop application

Use Facebook::Graph to write desktop application

Topic: Use Facebook::Graph to write desktop application

Using Facebook::Graph Perl CPAN module to read/write data of Facebook.

Gea-Suan Lin

August 24, 2012
Tweet

More Decks by Gea-Suan Lin

Other Decks in Technology

Transcript

  1. my $fb = Facebook::Graph->new( app_id => APP_ID, secret => SECRET,

    postback => ‘http://www.mysite.com/’ );
  2. my $fb = Facebook::Graph->new( app_id => APP_ID, secret => SECRET,

    postback => ‘http://www.mysite.com/’ ); $fb->access_token($token);