ideashower / ShareKit

Drop in sharing features for all iPhone and iPad apps
http://getsharekit.com
1.79k stars 375 forks source link

did login notification #100

Open shaunak-zz opened 14 years ago

shaunak-zz commented 14 years ago

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

shaunak-zz commented 14 years ago

oh ... i want this functionality with twitter oAuth

arungj commented 13 years ago

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 }