I have an app with read/write access to the delicious api (v2, Yahoo! OAuth). The yahoo introspective guid is returned with access tokens. Is there a way to obtain the delicious profile name from it?
I want to be able to generate a URL for an authenicated user in the form:
http://delicious.com/{profile-name}The profile name does not seem to appear in the Profile API results.
So, how can I obtain the information necessary to generate a link to the user's bookmarks?