I’m posting this here because it relates to the issue mentioned above…
How can I check who is currently signed into twitter? For example, I am trying a work-around for the new authentication requirements that would store a users oauth tokens in a database when they authorize the application and then I would fetch them and attempt to verify the credentials. My question is if a user is signed into twitter and comes to my website, how can I see the username or some other identifying feature? That way I can just check if I have their credentials already stored before asking them for permission again.