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

Use Facebook::Graph to write desktop application

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

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.

Avatar for Gea-Suan Lin

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);