Re: Transparent FB auth from cookie?

2010-07-29 Thread Anh
Works lovely, thanks Igor On Wed, Jul 28, 2010 at 8:25 AM, Igor Vaynberg wrote: > RequestCycle#onBeginRequest() > > -igor > > On Tue, Jul 27, 2010 at 9:02 PM, Anh <7za...@gmail.com> wrote: >> Hi, >> >> Having trouble with how this would best be done in Wicket: >> >> I have a Facebook OAuth token,

Re: Transparent FB auth from cookie?

2010-07-28 Thread Igor Vaynberg
RequestCycle#onBeginRequest() -igor On Tue, Jul 27, 2010 at 9:02 PM, Anh <7za...@gmail.com> wrote: > Hi, > > Having trouble with how this would best be done in Wicket: > > I have a Facebook OAuth token, which I use to request data from FB API > and then assemble a User object. > > What I'd like t

Re: Transparent FB auth from cookie?

2010-07-28 Thread Anh
Yes, though this didn't see "right" to me. I can certainly try this though. Thanks On Wed, Jul 28, 2010 at 7:02 AM, Don Ferguson wrote: > Do you have a base page that the others inherit from?  That would be the > place to do it... > > On Jul 27, 2010, at 9:02 PM, Anh wrote: > >> Hi, >> >> Havin

Re: Transparent FB auth from cookie?

2010-07-28 Thread Don Ferguson
Do you have a base page that the others inherit from? That would be the place to do it... On Jul 27, 2010, at 9:02 PM, Anh wrote: Hi, Having trouble with how this would best be done in Wicket: I have a Facebook OAuth token, which I use to request data from FB API and then assemble a User o

Transparent FB auth from cookie?

2010-07-27 Thread Anh
Hi, Having trouble with how this would best be done in Wicket: I have a Facebook OAuth token, which I use to request data from FB API and then assemble a User object. What I'd like to do is store this token in a Cookie, and whenever the user requests any page in my Wicket app, I'd like to reasse