是否可以更改 FBSDK 的图形 API 版本?

Is it possible to change FBSDK's graph API version?

我几天前安装了 FBSDK for react native,现在看来使用最新的 v2.9 应用程序将无法像以前那样使用共享。 尽管如此,我们仍然希望尽快推出测试版,时间紧迫。 现在是否可以将所有图形请求设为 v2.8?

FacebookSDK 4.23 有这个图表

- (instancetype)
initWithGraphPath:  (NSString *)graphPath
parameters: (NSDictionary *)parameters
tokenString:    (NSString *)tokenString
version:    (NSString *)version
HTTPMethod: (NSString *)HTTPMethod
NS_DESIGNATED_INITIALIZER;

https://developers.facebook.com/docs/reference/ios/current/class/FBSDKGraphRequest/