ios - how to login facebook api ver 1.0 using fb sdk 3.14.1? -


it seems using fb sdk 3.14.1, users automatically login facebook api ver 2.0, if app created before april 30th. there way force login api ver 1.0 using 3.14.1, [fbrequest overrideversionpartwith:@"v1.0"]? thanks!

i looking , found this:

[fbsettings enableplatformcompatibility:true]; 

you can go through standard v1.0 login procedure. warned, while turned on, disable parts of 3.14 sdk require api v2.0 features.

you can turn off this:

[fbsettings enableplatformcompatibility:false]; 

see documentation , upgrade guide more details fb.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -