Re: Fetching user_timeline on twitter

2009-02-03 Thread Deepak

I am also using APi to develop my application. I am facing a problem
with the protected user. If user protect their updates on the Twiiter
Site. I am unable to get the tweets of that person. Is there any way
to get that. Second i can't receive any notification that other person
has send you a request to foolow yon.

Thanks,

Deepak


On Feb 3, 10:31 am, dougw igu...@gmail.com wrote:
 Naveen,
 Storing user credentials is never ideal but with basic auth,
 applications that want to make occasional calls to the API must retain
 a local copy of the credentials. Each request to a credential-
 protected API method requires credentials for authentication.
 Obviously this is not ideal, but the current API model is session-
 less.

 Your second question is yes. It will be nice, won't it?

 @dougw

 On Feb 2, 11:52 am, Naveen naveen.s.sax...@gmail.com wrote:

  I have some basic questions (I am still learning this world) regarding
  fetching another user's timeline...

  1. If basic authentication is a must to get the feed for protected
  updates, then does that mean that a third party website that purports
  to fetch a user's timeline needs to store the user's id and password
  to repeatedly provide these parameters as part of basic auth while
  fetching the timeline? Is that what sites such as friendfeed do? Or is
  there a way to perform a one time login and then somehow use a user
  specific credential on a long term basis?

  2. When twitter moves to using oauth, will there be a way for other
  friend
  networks to continuously be able to fetch a twitter user's feed after
  first time Oauth based authorization by using the user specific token
  on a long-term basis?

  Naveen


RE: Fetching user_timeline on twitter

2009-02-03 Thread pronab bose

how can i star earning as i am new to this wolrl. pronab  e.mai- 
pronab...@hotmail.com Date: Tue, 3 Feb 2009 05:54:32 -0800 Subject: Re: 
Fetching user_timeline on twitter From: igu...@gmail.com To: 
twitter-development-talk@googlegroups.com   Hi Deepak, You will have to 1) 
have the credentials of a user that follows a user that has protected updates 
(friends_timeline) or 2) have the credentials of the protected user 
(user_timeline) to get access to their updates.  As for your second 
question, unfortunately no, there is no way to receive notification 
progamatically that a user has requested to follow you. Is this a deal killer 
to you? If you can better explain what you are trying to do, I can help you 
find a workaround.  @dougw  On Feb 3, 2:32 am, Deepak 
hrdeepa...@gmail.com wrote:  I am also using APi to develop my application. 
I am facing a problem  with the protected user. If user protect their updates 
on the Twiiter  Site. I am unable to get the tweets of that person. Is there 
any way  to get that. Second i can't receive any notification that other 
person  has send you a request to foolow yon.   Thanks,   Deepak  
 On Feb 3, 10:31 am, dougw igu...@gmail.com wrote:Naveen,   
Storing user credentials is never ideal but with basic auth,   applications 
that want to make occasional calls to the API must retain   a local copy of 
the credentials. Each request to a credential-   protected API method 
requires credentials for authentication.   Obviously this is not ideal, but 
the current API model is session-   less.Your second question is 
yes. It will be nice, won't it?@dougwOn Feb 2, 11:52 am, 
Naveen naveen.s.sax...@gmail.com wrote: I have some basic questions 
(I am still learning this world) regardingfetching another user's 
timeline... 1. If basic authentication is a must to get the feed for 
protectedupdates, then does that mean that a third party website that 
purportsto fetch a user's timeline needs to store the user's id and 
passwordto repeatedly provide these parameters as part of basic auth 
whilefetching the timeline? Is that what sites such as friendfeed do? 
Or isthere a way to perform a one time login and then somehow use a 
userspecific credential on a long term basis? 2. When twitter 
moves to using oauth, will there be a way for otherfriend
networks to continuously be able to fetch a twitter user's feed after
first time Oauth based authorization by using the user specific tokenon 
a long-term basis? Naveen
_
Find a better job. We have plenty. Visit MSN Jobs
http://www.in.msn.com/jobs

Re: Fetching user_timeline on twitter

2009-02-03 Thread dougw

Hi Deepak,
You will have to 1) have the credentials of a user that follows a user
that has protected updates (friends_timeline) or 2) have the
credentials of the protected user (user_timeline) to get access to
their updates.

As for your second question, unfortunately no, there is no way to
receive notification progamatically that a user has requested to
follow you. Is this a deal killer to you? If you can better explain
what you are trying to do, I can help you find a workaround.

@dougw

On Feb 3, 2:32 am, Deepak hrdeepa...@gmail.com wrote:
 I am also using APi to develop my application. I am facing a problem
 with the protected user. If user protect their updates on the Twiiter
 Site. I am unable to get the tweets of that person. Is there any way
 to get that. Second i can't receive any notification that other person
 has send you a request to foolow yon.

 Thanks,

 Deepak

 On Feb 3, 10:31 am, dougw igu...@gmail.com wrote:

  Naveen,
  Storing user credentials is never ideal but with basic auth,
  applications that want to make occasional calls to the API must retain
  a local copy of the credentials. Each request to a credential-
  protected API method requires credentials for authentication.
  Obviously this is not ideal, but the current API model is session-
  less.

  Your second question is yes. It will be nice, won't it?

  @dougw

  On Feb 2, 11:52 am, Naveen naveen.s.sax...@gmail.com wrote:

   I have some basic questions (I am still learning this world) regarding
   fetching another user's timeline...

   1. If basic authentication is a must to get the feed for protected
   updates, then does that mean that a third party website that purports
   to fetch a user's timeline needs to store the user's id and password
   to repeatedly provide these parameters as part of basic auth while
   fetching the timeline? Is that what sites such as friendfeed do? Or is
   there a way to perform a one time login and then somehow use a user
   specific credential on a long term basis?

   2. When twitter moves to using oauth, will there be a way for other
   friend
   networks to continuously be able to fetch a twitter user's feed after
   first time Oauth based authorization by using the user specific token
   on a long-term basis?

   Naveen


Re: Fetching user_timeline on twitter

2009-02-03 Thread Naveen

Hi Doug,

The second part of your response was very encouraging so I just wanted
to confirm it again :-)

Are you saying Yes to how twitter's Oauth implementation will work?
or are you saying It would be nice to be able to do it and therefore
hope that twitter would do so?

If it is the former, can you shed some light on how a third party
website will be able to get long term user-specific credentials from
twitter?

Best and thnx

Naveen

On Feb 2, 9:31 pm, dougw igu...@gmail.com wrote:
 Naveen,
 Storing user credentials is never ideal but with basic auth,
 applications that want to make occasional calls to the API must retain
 a local copy of the credentials. Each request to a credential-
 protected API method requires credentials for authentication.
 Obviously this is not ideal, but the current API model is session-
 less.

 Your second question is yes. It will be nice, won't it?

 @dougw

 On Feb 2, 11:52 am, Naveen naveen.s.sax...@gmail.com wrote:



  I have some basic questions (I am still learning this world) regarding
  fetching another user's timeline...

  1. If basic authentication is a must to get the feed for protected
  updates, then does that mean that a third party website that purports
  to fetch a user's timeline needs to store the user's id and password
  to repeatedly provide these parameters as part of basic auth while
  fetching the timeline? Is that what sites such as friendfeed do? Or is
  there a way to perform a one time login and then somehow use a user
  specific credential on a long term basis?

  2. When twitter moves to using oauth, will there be a way for other
  friend
  networks to continuously be able to fetch a twitter user's feed after
  first time Oauth based authorization by using the user specific token
  on a long-term basis?

  Naveen- Hide quoted text -

 - Show quoted text -


Re: Fetching user_timeline on twitter

2009-02-03 Thread dougw

Naveen,
Authentication for third-party services will be handled and serviced
on Twitter by the user on twitter.com. A user will grant permission to
applications to access and edit a specified subset of their account
artifacts. Therefore, if a user wants to allow your third-party
service long-term access to their data, he would simply give you
permission on Twitter.

The about OAuth section here: http://oauth.net/about for more
understanding has a great high-level analogy.

@dougw



On Feb 3, 1:52 pm, Naveen naveen.s.sax...@gmail.com wrote:
 Hi Doug,

 The second part of your response was very encouraging so I just wanted
 to confirm it again :-)

 Are you saying Yes to how twitter's Oauth implementation will work?
 or are you saying It would be nice to be able to do it and therefore
 hope that twitter would do so?

 If it is the former, can you shed some light on how a third party
 website will be able to get long term user-specific credentials from
 twitter?

 Best and thnx

 Naveen

 On Feb 2, 9:31 pm, dougw igu...@gmail.com wrote:

  Naveen,
  Storing user credentials is never ideal but with basic auth,
  applications that want to make occasional calls to the API must retain
  a local copy of the credentials. Each request to a credential-
  protected API method requires credentials for authentication.
  Obviously this is not ideal, but the current API model is session-
  less.

  Your second question is yes. It will be nice, won't it?

  @dougw

  On Feb 2, 11:52 am, Naveen naveen.s.sax...@gmail.com wrote:

   I have some basic questions (I am still learning this world) regarding
   fetching another user's timeline...

   1. If basic authentication is a must to get the feed for protected
   updates, then does that mean that a third party website that purports
   to fetch a user's timeline needs to store the user's id and password
   to repeatedly provide these parameters as part of basic auth while
   fetching the timeline? Is that what sites such as friendfeed do? Or is
   there a way to perform a one time login and then somehow use a user
   specific credential on a long term basis?

   2. When twitter moves to using oauth, will there be a way for other
   friend
   networks to continuously be able to fetch a twitter user's feed after
   first time Oauth based authorization by using the user specific token
   on a long-term basis?

   Naveen- Hide quoted text -

  - Show quoted text -


Fetching user_timeline on twitter

2009-02-02 Thread Naveen

I have some basic questions (I am still learning this world) regarding
fetching another user's timeline...

1. If basic authentication is a must to get the feed for protected
updates, then does that mean that a third party website that purports
to fetch a user's timeline needs to store the user's id and password
to repeatedly provide these parameters as part of basic auth while
fetching the timeline? Is that what sites such as friendfeed do? Or is
there a way to perform a one time login and then somehow use a user
specific credential on a long term basis?

2. When twitter moves to using oauth, will there be a way for other
friend
networks to continuously be able to fetch a twitter user's feed after
first time Oauth based authorization by using the user specific token
on a long-term basis?

Naveen


Re: Fetching user_timeline on twitter

2009-02-02 Thread Damon C

Naveen,

If you follow the protected person on Twitter (and they allow it), you
can then fetch their updates by logging in with that account.

This is one way to make it work w/o requesting their username and
password. :)

On Feb 2, 8:52 am, Naveen naveen.s.sax...@gmail.com wrote:
 I have some basic questions (I am still learning this world) regarding
 fetching another user's timeline...

 1. If basic authentication is a must to get the feed for protected
 updates, then does that mean that a third party website that purports
 to fetch a user's timeline needs to store the user's id and password
 to repeatedly provide these parameters as part of basic auth while
 fetching the timeline? Is that what sites such as friendfeed do? Or is
 there a way to perform a one time login and then somehow use a user
 specific credential on a long term basis?

 2. When twitter moves to using oauth, will there be a way for other
 friend
 networks to continuously be able to fetch a twitter user's feed after
 first time Oauth based authorization by using the user specific token
 on a long-term basis?

 Naveen


RE: Fetching user_timeline on twitter

2009-02-02 Thread pronab bose

as i am new to this world request u regarding fetchig another usrs time line 
Date: Mon, 2 Feb 2009 17:30:55 -0800 Subject: Re: Fetching user_timeline on 
twitter From: d.lifehac...@gmail.com To: 
twitter-development-talk@googlegroups.com   Naveen,  If you follow the 
protected person on Twitter (and they allow it), you can then fetch their 
updates by logging in with that account.  This is one way to make it work w/o 
requesting their username and password.   I have some basic questions (I am 
still learning this world) regarding  fetching another user's timeline... 
   

1. If basic authentication is a must to get the feed 
for protected  updates, then does that mean that a third party website that 
purports  to fetch a user's timeline needs to store the user's id and 
password  to repeatedly provide these parameters as part of basic auth while 
 fetching the timeline? Is that what sites such as friendfeed do? Or is  
there a way to perform a one time login and then somehow use a user  specific 
credential on a long term basis?   2. When twitter moves to using oauth, 
will there be a way for other  friend  networks to continuously be able to 
fetch a twitter user's feed after  first time Oauth based authorization by 
using the user specific token  on a long-term basis?   Naveen
_
Wish to Marry Now? Join MSN Matrimony FREE!
http://www.in.msn.com/matrimony

Re: Fetching user_timeline on twitter

2009-02-02 Thread dougw

Naveen,
Storing user credentials is never ideal but with basic auth,
applications that want to make occasional calls to the API must retain
a local copy of the credentials. Each request to a credential-
protected API method requires credentials for authentication.
Obviously this is not ideal, but the current API model is session-
less.

Your second question is yes. It will be nice, won't it?

@dougw

On Feb 2, 11:52 am, Naveen naveen.s.sax...@gmail.com wrote:
 I have some basic questions (I am still learning this world) regarding
 fetching another user's timeline...

 1. If basic authentication is a must to get the feed for protected
 updates, then does that mean that a third party website that purports
 to fetch a user's timeline needs to store the user's id and password
 to repeatedly provide these parameters as part of basic auth while
 fetching the timeline? Is that what sites such as friendfeed do? Or is
 there a way to perform a one time login and then somehow use a user
 specific credential on a long term basis?

 2. When twitter moves to using oauth, will there be a way for other
 friend
 networks to continuously be able to fetch a twitter user's feed after
 first time Oauth based authorization by using the user specific token
 on a long-term basis?

 Naveen