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 4:29 PM, Diego <[email protected]> wrote: > ..... I still do not seem stable libraries for GWT wrapper javascript > facebook. I decided then to try jsni to use javascript as described on > the page of the developers of facebook ..... but it's really > complicated. No one you've never done such a thing? can show me a > tutorial? > > thanks > > On 2 Ago, 00:38, Diego <[email protected]> wrote: >> 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 for Facebook JavaScript SDK >> >> 2) facebook4gwt -http://code.google.com/p/facebook4gwt/ >> GWT Java wrapper around FB tags and more. >> >> In your opinion, which certainly have much more experience than me, >> which may be utilized to implement the request? Do you know any other >> library I can do for me? >> >> Another information, if I can not use the native JavaScript facebook! >> >> Thanks in advance >> >> Diego (Venice - Italy) > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
