Revision history for Perl extension Facebook::OpenGraph 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