In the Desktop workflow, you don't have to enter the PIN every time.  The
user is NOT required to authorize your application every time they want to
use it.    After the first authorization, YOU store the access token and
access token secret either in a database, file, or some other type of
storage mechanism.  You use those stored values until they expire(which
could be never).

Ryan

On Sun, Jan 3, 2010 at 9:44 AM, Vikram <vikram.prav...@gmail.com> wrote:

>
> @Duane Roelands I am working on desktop app,but the fact that I need a
> PIN for trading my request tokens for OAuth Access tokens made me look
> at PHP route. My idea was to use PHP get the access tokens and then
> use them in my desktop app. The rationale behind this was that I
> didn't want user to be entering PIN every time. With PHP I could use
> the callback URL for automatically getting the access tokens.
>
> @srikanth reddy Srikanth how can I make the PIN entering a one time
> process. If I save the access tokens will I be able to use them in the
> next instance of my App??
>

Reply via email to