Re: [twitter-dev] Re: Redirect to user's profile page via API

2010-06-03 Thread Lil Peck
On Thu, Jun 3, 2010 at 3:56 AM, byqsri marco.rizze...@gmail.com wrote: Can someone give me any suggestion about it? Many thanks On 1 Giu, 11:08, byqsri marco.rizze...@gmail.com wrote: Hi I'm newbie with Twitter API. I use OAuth to do authentication. Now I have this feature to do : From my

Re: [twitter-dev] Re: Redirect to user's profile page via API

2010-06-03 Thread Taylor Singletary
As far as an application is concerned, the logged in/logged out state of the Twitter user is immaterial. The REST API is stateless and does not pertain to a session state. Your application should have no concern about the logged in status of a user. Landing on a Twitter profile URL does not

Re: [twitter-dev] Re: Redirect to user's profile page via API

2010-06-03 Thread Abraham Williams
If you are asking if you can login a user into the twitter.com website using your applications oauth credentials the answer is no. They only way for a user to authenticate with the twitter.com website is by giving their password to twitter.com Abraham On Thu, Jun 3, 2010 at 09:34, byqsri