I need to upload my Delicious bookmarks to a non-web application without constant user interaction. I am using the Delicious V2 API (using oAuth), but the problem is that their access tokens expire after one hour.
I have no problem redirecting a user to Yahoo for one-time authorization, but what is described here ( http://developer.yahoo.com/oauth/guide/oauth-refreshaccesstoken.html ) means that I will need to update access tokens all the time before they expire when the user leaves.
Is this really how they made their oAuth implementation?
Khash source
share