Twitter Kit will choose log in methods, it will not ask user to login if there is no account logged into iOS Device and also it is showing error like
[TwitterKit] did encounter error with message “Unable to authenticate using the system account.”: Error Domain=TWTRLogInErrorDomain Code=2 “User allowed permission to system accounts but there were none set up.” UserInfo=0x17026cb40 {NSLocalizedDescription=User allowed permission to system accounts but there were none set up.}
[TwitterKit] did encounter error with message “Error obtaining user auth token.”: Error Domain=TWTRLogInErrorDomain Code=-1 “<?xml version="1.0" encoding="UTF-8"?>
Desktop applications only support the oauth_callback value ‘oob’
/oauth/request_token
” UserInfo=0x17026a5c0 {NSLocalizedDescription=<?xml version="1.0" encoding="UTF-8"?>
Desktop applications only support the oauth_callback value ‘oob’
/oauth/request_token
}
Am using the Fabric (1.6.11), TwitterCore (2.7.0), TwitterKit (2.7.0) Version to integrating twitter
Please help me out
Thanks in advance