Open shaunak-zz opened 14 years ago
oh ... i want this functionality with twitter oAuth
In twitter, there is a method 'isAuthorized' that returns YES or NO . It can be used to check whether a user is authenticated.
SHKTwitter *twit = [SHKTwitter new]; if([twit isAuthorized]) { //authenticated }
i have functionality such user can login and logout by one button . so i want did login notification so i can set button title at successfully login or logout.
Ca any one help ....
Thanks in advance