The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Facebook::OpenGraph

1.13 2014-04-13T02:55:26Z
    - Add exchange_token() to aqcuire long lived user token
    - Update links to official document
    - Add more comments for each implementation

1.12 2014-02-27T16:40:08Z
    - Fixed test comments
    - Updated document URLs
    - minilized

1.11 Sat Jul 20 00:00:00 2013
    - Fixed bug that $fb->request('/foo?bar=bazz', +{one => two}) becomes
      /foo?one=two and bar=bazz are gone
    - Add tests for paging and create_test_users
    - Better Makefile.PL with App::scan_prereqs_cpanfile
    - Refactoring

1.10 Sun Jul 07 21:00:00 2013
    - Add publish_staging_resource() to support Object API's staging functionality
    - Use Test::Mock::Furl instead of t::Utils

1.00 Sun Jun 02 22:00:00 2013
    - Add use_post_method option
      It enables you to send POST request for every API call with 
      method=(GET|POST|DELETE) parameter. PHP SDK works this way.
    - Bumped up version to 1.00. Yay!

0.05 Sun Jun 02 01:00:00 2013
    - Add use_appsecret_proof option to add appsecret_proof parameter

0.04 Sat Jun 01 18:45:00 2013
    - Set capture_request option when initializing Furl::HTTP
    - Add and organize test
    - Add document

0.03 Fri May 17 20:45:00 2013
    - $res->req_headers and $res->req_content are available w/ later version of Furl
    - Store JSON object and reuse it for better performance
    - Remove dependency on parent.pm in test codes.
      Now it's my turn to get away from my parents and be self-dependent.
    - Handles ids parameter.
      Set +{ids => [qw/4 5 oklahomer.docs/]} and it will be parsed like ids=4,5,oklahomer.docs

0.02 Tue May 13 21:00:00 2013
    - Fix test

0.01 Mon May 12 20:00:00 2013
    - original version