I use sharekit(http://getsharekit.com/) and i managed to share informations to twitter, my problem is that when the user give his credentials i can't change them later, is there a way for the user to delete his credentials?
Asked
Active
Viewed 184 times
1 Answers
4
Try using [SHKTwitter logout];

Eugene
- 10,006
- 4
- 37
- 55
-
when and where?? do i have to make a button somewhere? – ddarellis Oct 27 '11 at 13:46
-
Yes, add a button like "logout" and assign this command to it. Redirect user to a homepage or an authentication screen if users in this app are authenticated via Twitter or show "Twitter - not linked" somewhere in your app. I suppose you really should be a little bit more concerned about your app design if you are actually developing an app and not testing sharekit capabilities. – Eugene Oct 28 '11 at 06:31