views:

330

answers:

0

Discovered a problem with connecting all together - Facebook, GWT and App Engine.

I need to authenticate user on my web site hosted on App Engine (Java) that uses GWT. After authentication, some information should be passed to server from facebook - like profile information, user list, etc.

Currently am trying to use facebook4gwt and authentication works fine, and I can obtain all needed information on client side, but can not transfer facebook session to server, particularly, obtain Facebook cookies for session verification.

Could anyone suggest any good solution for this? Probably, it would make sense to get rid of facebook4gwt and do everything on server side.