Hi,
I need to know if it is possible to start a session at Twitter web page by sending an OAuth token in a POST instead of using Twitter’s Signin form.
My use case is that the user authenticates in my application, and my application offers a link to Twitter’s session. This link would manage authentication with OAuth and then send the user to Twitter web page, adding the OAuth token on that redirection, so no additional login is needed.
Is it possible?
Thanks!
Jorge