Is there a way to simply check if a user is logged into twitter or not, without asking for their credentials nor trying to get at their credentials?
I'd like to implement this in order to provide users with extra options such as replying or retweeting - but only if they're logged in (there's not much point if they're not) If possible, could it be done without requesting the username and password (and the Basic Auth login dialogue box?) thx