[twitter-dev] User authentication verify

2010-09-17 Thread yasiraja
Hi,
 Previously our application used basic authentication for
connecting twitter users into our application, and after the
twitter's  announcement from change from basic authentication to
OAuth, we changed our application for oauth,
The login of the user to our application works fine :

The problem  we face is one the user is logged into our application
using twitter account, initially the twitter asks for the complete
authentication and allows the user to login into application ..If i
open twitter.com in a separate tab in the same browser, i was
automatically logged In in the twitter.

If i logout in twitter , simultaneously i should be automatically
logged out from my application and vice versa ..
How can i approach this using twitter4j-core -api..

Please revert me asap

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en


Re: [twitter-dev] User authentication verify

2010-09-17 Thread Taylor Singletary
Hi there,

Twitter doesn't support any kind of seamless-session integration as you're
looking for. Your application is one thing. Twitter is another. Being logged
into your application is a completely separate state than being logged in to
Twitter.

Taylor

On Fri, Sep 17, 2010 at 2:03 AM, yasiraja rajaya...@gmail.com wrote:

 Hi,
 Previously our application used basic authentication for
 connecting twitter users into our application, and after the
 twitter's  announcement from change from basic authentication to
 OAuth, we changed our application for oauth,
 The login of the user to our application works fine :

 The problem  we face is one the user is logged into our application
 using twitter account, initially the twitter asks for the complete
 authentication and allows the user to login into application ..If i
 open twitter.com in a separate tab in the same browser, i was
 automatically logged In in the twitter.

 If i logout in twitter , simultaneously i should be automatically
 logged out from my application and vice versa ..
 How can i approach this using twitter4j-core -api..

 Please revert me asap

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk?hl=en


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en