为什么FBSDKGraphRequest不能使用主线程?

Ján*_*nos 6 multithreading facebook-graph-api ios

当我将Facebook Graph API调用放到工作队列时,它不会返回.知道为什么吗?编写代码而不将其放在主线程上会更容易.如果我需要"我/朋友"和"我",我也不会打电话.

let gr = FBSDKGraphRequest(graphPath: "/me/friends", parameters: nil)
        gr.startWithCompletionHandler({connection, _result, error in
Run Code Online (Sandbox Code Playgroud)