how to generate a secret url, like http://www.example.com/?q=node/authkey=Gv1sRgCNyWrezOxed2iAE#, similar to the URL of Picasa unlisted album? this could enable anonymous users have their own page without sign-up / sign-in.

searching around, i noticed the module OAuth may be able to do this, but it seems over complicated. all needed is just a randomly generated long string for each anonymous user. is there a straightforward way to do this?

i'd appreciate if anyone can shed some light. Thanks!

Comments

tian.hack’s picture

or is there a way to use md5 checksum together with a token (with the help of token module), e.g. 'md5([user-id])? tried hard but couldn't figure this out. any help is much appreciated!

tian.hack’s picture

am i the only with this need? please help me out!

tian.hack’s picture

found a similar ask, and seems resolved: http://drupal.org/node/409778. will try the cck+pathauto approach.

SannyVeloo’s picture

hi tian.hack,

I'm trying to find something similar as well. Have you had any luck?

el_reverend’s picture

H, I am currently trying to do the same and was lead to this module:

http://drupal.org/project/peek

Hope that helps as well. Have you been able to create what you needed? If so, how did you go about it? Are there any security concerns?

Thanks.