I need to change the api version for Facebook to an earlier version than 2.0. Facebook says that in the newest SDK (which I run) this can be done. But I can’t figure out how to do this.
The problem is resolved.
In the latest SDK, Facebook has a method called - (void) overrideVersionPartWith:(NSString *)version;in FBRequest.h, which you can call and specify the version for one action.
- (void) overrideVersionPartWith:(NSString *)version;
FBRequest.h
Source: https://habr.com/ru/post/1545540/More articles:HttpClient - Download file size before downloading - c #Display conditional page when application is opened for the first time - angularjsУсловное перемещение, когда приложение открывается впервые в angular - javascriptGet a separate list of objects with the last value - listCopying from Vim visual mode to the system clipboard - vimSum optimization, ZipList, Vector and unboxed types - optimizationЗагрузка jQuery внутри функции строгого режима ES5 - javascriptHow to compile Go cross-platform language on Linux? - linuxHow to present a warning using UIAlertController - iosUnity Internet Connection Availability - iosAll Articles