[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
Thanks. But I know how to do that. I mean when the user returns to the site, generally just like a remember me cookie. The Facebook API checks for a current Facebook session so long as the user has activated the app, so it behaves like a cookie by automatically logging the user in. My custom user

[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
Actually, I /could/ just use a cookie for that, right? Just set a special Twitter cookie and when the user returns, redirect them to the auth/login page if they don't have a session set but do have the cookie set. I think that would work. It's not as seamless as Facebook but oh well. =P On Nov

[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
This works. =] On Nov 20, 9:53 am, Patrick Golden artiz...@gmail.com wrote: Actually, I /could/ just use a cookie for that, right? Just set a special Twitter cookie and when the user returns, redirect them to the auth/login page if they don't have a session set but do have the cookie set. I