Hi,

I'm following the sample application for OAuth(for different providers such 
as google, facebook, Twitter etc) using RPC in GWT.

the Link for the application is 

https://gwtoauthlogindemo.appspot.com/GWTOAuthLoginDemo.html
 

on clicking the logo of the provider, The control goes to user 
Authentication.


I tried importing the same application into my workspace .

I'm working on DataResource. i'm getting the error in the eclipse when  i 
use @Source annotation.


 @Source("32px/facebook.png")
    public DataResource facebookIconImageData();

    @Source("32px/flickr.png")
    public DataResource flickrIconImageData();

    @Source("32px/github.png")
    public DataResource githubIconImageData();



  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to