I have used gwt-fb and invoked gb:ui method, Problem is facebook needs a redirect_uri and i do not want to redirect users form the page, IS there anyways i can get the Access_token into a callback method?
I have used gwt-fb and invoked gb:ui method, Problem is facebook needs a redirect_uri
Share
Most third-party authentication systems requires a redirect for security purposes. They usually include an X-Frame-Options: DENY header on their authentication page, so browsers won’t let you show the permissions page in an iframe. So you’ll have to live with full-page redirects.