We are progressing! I add the following lines in build.settings:
NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, LSApplicationQueriesSchemes = { "fbauth" },
Now the message error “This app is not allowed to query for scheme…” disappeared…I receive login callback but when I try to make a request
facebook.request( "me/invitable\_friends")
I’m getting
<Warning>: FBSDKLog: Error for request to endpoint ‘me/invitable_friend’: An open FBSession must be specified for calls to this endpoint.