[Seaside] retaining a session across redirect - a retooling of yesterday's question..

sergio_101 sergio.rrd at gmail.com
Thu Oct 4 17:17:10 UTC 2012


> What parameters are available from facebook?  is there a way to add a custom
> token/value/etc to post you get back from facebook?  If so, you can use that
> to look up the correct user session.  Or is there some existing
> facebook-user value you can use for a lookup?

oh! this might be the way to do it.. i would imagine you could add
some params on the end of the url..

i also get a userId back on a successful authorization..

maybe i can set the userId on the session..

then, i could do something like:

SBSession allInstances select [ :session | session userId = 'THE_CORRECT_ID' ]

this might work, too..

-- 
----
peace,
sergio
photographer, journalist, visionary

http://www.ThoseOptimizeGuys.com
http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


More information about the seaside mailing list