Hi, I want to compose tweet by “TWTRAPIClient”, I done twitter api integration in iOS app followed twitter documents
But I am Facing issues:
- User has logout from device still that i am able to compose tweet in existing account.
- First user has logout and second user now login in device after that when i am composing a tweet this tweet goes in first user’s account.
- App is uninstall from device still that I am able to compose a tweet in last account.
Please tell me how can i manage session.
[Twitter sharedInstance].sessionStore hasLoggedInUsers] This method returns always true even that user has log out from device, or uninstall from device.