|
|
|
|
storing token fetched by FetchToken
Posted:
Nov 16, 2009 2:02 PM
|
|
Hello,
Suppose my application successfully got token after making FetchToken API call. It will be possible to use retrieved token within 18 months. My question is, what is the right way to store token for later use ? I'm programming in LAMP environment.
Thanks in advance.
Best, Vahagn.
|
|
|
|
|
|
Re: storing token fetched by FetchToken
Posted:
Nov 17, 2009 3:03 AM
|
|
Hi vgrigory_front,
Welcome to eBay Developer Forums.
Once you get a token you can persist the token in a secure database for later use.
Have a nice day.
Best Regards, Devanathan Sampath eBay Developer Support
|
|
|
|
|
|
Re: storing token fetched by FetchToken
Posted:
Nov 17, 2009 3:07 AM
|
|
what if I don't use DB ?
What is the secure way to store it in the file ?
|
|
|
|
|
|
Re: storing token fetched by FetchToken
Posted:
Nov 17, 2009 5:01 AM
|
|
Hi vgrigory_front,
If you not using database then you can store the token in a file. But ensure that the file is protected (some thing like your personal folder).
Have a nice day.
Best Regards, Devanathan Sampath eBay Developer Support
|
|
|