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 wrote:

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

2010-06-03 Thread byqsri
My question is another. Substantially I would know if is it possible to do an automatic login to twitter only using OAuth API and withouth know account crediantials of the user. > On 3 Giu, 17:55, Taylor Singletary wrote: > As far as an application is concerned, the logged in/logged out state of

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 require

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

2010-06-03 Thread byqsri
Yes , the page where is redirect after login On 3 Giu, 11:47, Lil Peck wrote: > On Thu, Jun 3, 2010 at 4:43 AM, byqsri wrote: > > Sorry , perhaps I have not explained well my problem. > > I have done OAuth authentication, I can use Twitter API. > > But now I must add a link to my page that if th

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

2010-06-03 Thread Lil Peck
On Thu, Jun 3, 2010 at 4:43 AM, byqsri wrote: > Sorry , perhaps I have not explained well my problem. > I have done OAuth authentication, I can use Twitter API. > But now I must add a link to my page that if the user click on this > link I redirect to twitter's user profile. > My problem is that i

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

2010-06-03 Thread byqsri
Sorry , perhaps I have not explained well my problem. I have done OAuth authentication, I can use Twitter API. But now I must add a link to my page that if the user click on this link I redirect to twitter's user profile. My problem is that if the user is not logged in twitter he has to do every ti

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 wrote: > Can someone give me any suggestion about it? > Many thanks > > On 1 Giu, 11:08, byqsri wrote: >> Hi >> I'm newbie with Twitter API. >> I use OAuth to do authentication. >> Now I have this feature to do : From my web application allow to the >> user

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

2010-06-03 Thread byqsri
Can someone give me any suggestion about it? Many thanks On 1 Giu, 11:08, byqsri wrote: > Hi > I'm newbie with Twitter API. > I use OAuth to do authentication. > Now I have this feature to do : From my web application allow to the > user to automatically enter on his profile on twitter. > Is it p