Facebook-OpenGraph
view release on metacpan or search on metacpan
Revision history for Perl extension Facebook::OpenGraph
## CAUTION ####################################################################
FROM Version 1.22 it doesn't check if 'expires' parameter is properly returned
from /oauth/access_token endpoint. Affected methods are listed below:
- get_user_token_by_code
- get_user_token_by_cookie
- exchange_token
There are some edge cases that they do not return 'expires' so this module does
not check its existense, any more. If 'expires' should be returned on your use
case, you must explicitly check by yourself.
The detailed schenario concerning those edge cases are shown at the link below.
https://developers.facebook.com/bugs/597779113651383/
###############################################################################
1.31 2019-10-22T07:01:51Z
- Support captions_file parameter to upload captions for videos
1.30 2019-09-10T14:36:32Z
- Support Perl 5.30
- Handle newly added error message fields as of v2.1
- Now those fields are tab separaged when represented with $res->error_string()
- Support resumable video upload
1.25 2019-04-30T00:20:02Z
- Fix version comparison. Thanks to ksmadsen.
https://github.com/oklahomer/p5-Facebook-OpenGraph/pull/21
1.24 2018-04-05T02:17:07Z
- Fix API response version comparison. Thanks to chakkit.
https://github.com/oklahomer/p5-Facebook-OpenGraph/issues/18
1.23 2015-03-29T07:41:06Z
- Add support for Graph API v2.3 including parsing JSON formatted response
from /oauth/access_token
1.22 2014-05-18T08:37:32Z
- Fixed a bug that it croaks when 'expires' is not returned from
/oauth/access_token
1.21 2014-05-03T00:15:37Z
- Add support for API and dialog versioning that were introduced at f8
1.20 2014-04-24T13:56:31Z
- Add js_cookie_name and get_user_token_by_cookie to work with JS SDK
- Add $res->etag and $res->header($field_name) to access response header
- Add more documentation
1.13 2014-04-13T03:03:03Z
- 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
( run in 0.798 second using v1.01-cache-2.11-cpan-39bf76dae61 )