[twitter-dev] Re: Request without oauth

2009-12-10 Thread Fauzil Hamdi
some body please

2009/12/10 Fauzil Hamdi asfau...@gmail.com


 can i request my mobile application without oauth ?

 my users run away because aouth is not friendly with mobile.



Re: [twitter-dev] Re: Request without oauth

2009-12-10 Thread ryan alford
Twitter is going to be making changes to OAuth to where the user can give
you their credentials, and you can use those to get an Access Token.  This
is an option to bypass the PIN workflow.


On Thu, Dec 10, 2009 at 10:03 AM, Fauzil Hamdi asfau...@gmail.com wrote:

 some body please

 2009/12/10 Fauzil Hamdi asfau...@gmail.com


 can i request my mobile application without oauth ?

 my users run away because aouth is not friendly with mobile.





Re: [twitter-dev] Re: Request without oauth

2009-12-10 Thread Fauzil Hamdi
2009/12/10 ryan alford ryanalford...@gmail.com

 Twitter is going to be making changes to OAuth to where the user can give
 you their credentials, and you can use those to get an Access Token.  This
 is an option to bypass the PIN workflow.


but not finished yet ?




 On Thu, Dec 10, 2009 at 10:03 AM, Fauzil Hamdi asfau...@gmail.com wrote:

 some body please

 2009/12/10 Fauzil Hamdi asfau...@gmail.com


 can i request my mobile application without oauth ?

 my users run away because aouth is not friendly with mobile.






Re: [twitter-dev] Re: Request without oauth

2009-12-10 Thread Fauzil Hamdi
2009/12/10 ryan alford ryanalford...@gmail.com

 Twitter is going to be making changes to OAuth to where the user can give
 you their credentials, and you can use those to get an Access Token.  This
 is an option to bypass the PIN workflow.


why use oauth where user can give their credential ?



 On Thu, Dec 10, 2009 at 10:03 AM, Fauzil Hamdi asfau...@gmail.com wrote:

 some body please

 2009/12/10 Fauzil Hamdi asfau...@gmail.com


 can i request my mobile application without oauth ?

 my users run away because aouth is not friendly with mobile.






Re: [twitter-dev] Re: Request without oauth

2009-12-10 Thread Josh Roesslein
By using oauth your application won't break in the future if the user
switches passwords.
Also you don't need to store their password in the plain. You only
hold onto the credentials until
you get the token. Then you can discard them.

On Thu, Dec 10, 2009 at 7:55 PM, Fauzil Hamdi asfau...@gmail.com wrote:


 2009/12/10 ryan alford ryanalford...@gmail.com

 Twitter is going to be making changes to OAuth to where the user can give
 you their credentials, and you can use those to get an Access Token.  This
 is an option to bypass the PIN workflow.

 why use oauth where user can give their credential ?


 On Thu, Dec 10, 2009 at 10:03 AM, Fauzil Hamdi asfau...@gmail.com wrote:

 some body please

 2009/12/10 Fauzil Hamdi asfau...@gmail.com

 can i request my mobile application without oauth ?
 my users run away because aouth is not friendly with mobile.