jjzjj

logInWithViewController

全部标签

ios - Twitter logInWithCompletion 或 logInWithViewController 没有做任何事情

我正在尝试登录用户的Twitter帐户。我已按照https://dev.twitter.com/twitterkit/ios/installation上的指南进行操作整合Twitter。但是,当我尝试登录时,没有任何反应:[[TwittersharedInstance]logInWithCompletion:^(TWTRSession*_Nullablesession,NSError*_Nullableerror){//notcalledif(session&&!error){}else{}}];我也试过明确指定ViewController:[[TwittersharedInstanc

ios - Twitter logInWithCompletion 或 logInWithViewController 没有做任何事情

我正在尝试登录用户的Twitter帐户。我已按照https://dev.twitter.com/twitterkit/ios/installation上的指南进行操作整合Twitter。但是,当我尝试登录时,没有任何反应:[[TwittersharedInstance]logInWithCompletion:^(TWTRSession*_Nullablesession,NSError*_Nullableerror){//notcalledif(session&&!error){}else{}}];我也试过明确指定ViewController:[[TwittersharedInstanc