Sorry - I was a bit tired when I posted. What I meant in the first
post was that I was able to manually get the auth_token (in a jsp)
with t steps. First the temp code and then the auth code. Then
facebook just redirected to itself and displayed the
auth_token=xxxxxxx,,,
I realized that I could url encode fetch the token again from
appengine, but the auth_token display to the browser was unwanted
especially in a working app.
My question now is since I know I can pass the auth token to the
constructor - how do I get it? Do I need a url fetch or is there API?
Thanks Again
On Mar 6, 3:50 pm, Jeff Schnitzer <
j...@infohazard.org> wrote:
> Sorry - I wasn't sure exactly what question you were asking. The
> too-obvious answer is "pass the token into the constructor of
> FacebookBatcher" but I suspect you have something more complicated in mind
> :-)
>
> Jeff
>
>
>
>
>
>
>
> On Tue, Mar 6, 2012 at 3:44 PM, stevee <
steve...@gmail.com> wrote:
> > Here I go answering my own questions again...
>
> > Please check outhttp://
code.google.com/p/gwt-gae-fb/