are you talking about login in my device twitter app ?
i have already login in my twitter app in my device. When i checking with following condition it always return to else block.
if ([[Twitter sharedInstance].sessionStore hasLoggedInUsers]) {
} else {
}
My requirement is compose tweet from my app. if the user have twitter account in their device otherwise it will ask user to login .