-
-
Notifications
You must be signed in to change notification settings - Fork 66
Deprecations
You can find which features are deprecated in Graph API v2+ in the official doc.
Probably the biggest deprecation would be FQL.
When I’m implementing new features, basically I’m not adding deprecated version of it in the latest Graph API.
Comment#reply!
is one such example.
After Graph API v2.1, Comment#comment!
is available for comment replies too.
Developers who can’t upgrade to v2.1 can’t get comment reply feature, but I can’t imagine any reason not to upgrade to v2.1.
Continuing to follow the latest Graph API version is recommended.
Since I’m not familiar with Marketing API, I’m not going to continue to support it in FbGraph2 gem.
I hope someone else implements separated gem for it.
Several exception classes are removed.
Since FB Graph API itself returns proper HTTP error status code now, current exception classes in FbGraph2 should be enough.