All Versions
32
Latest Version
Avg Release Cycle
88 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.2.0
[NEW]
#20 Add Decode functionality for paging results. Thanks, @cbroglie.[FIX]
#21Session#Inspect
cannot return error if access token is invalid.
๐ Fix for #21 will result a possible breaking change in
Session#Inspect
. It was return whole result returned by facebook inspect api. Now it only return its "data" sub-tree. As facebook puts everything including error message in "data" sub-tree, I believe it's reasonable to make this change.