Re: GWT and API for integrating Facebook widget (like and share)

2011-08-02 Thread Aidan O'Kelly
GwtFb does exactly this, provides a wrapper around the Facebook JS SDK. Its a good place to start, and for me, it was a useful little tutorial on using JSNI, as the source code under the sdk package is very straightforward and easy to understand. (Just look at FbCore.java ) On Tue, Aug 2, 2011 at

GWT and API for integrating Facebook widget (like and share)

2011-08-01 Thread Diego
Hi all, I am a new to GWT and I started a few days to study this great toolkit. I need some advice for implementation in GWT: I should be integrated into a web application GWT widgets facebook like and share. I found these two libraries: 1) gwtfb - http://code.google.com/p/gwtfb/ GWT Wrapper