0
votes

I'm attempting to use Scribe with GWT, but any time i switch to the designer view i get scribe errors:

No source code is available for type org.scribe.oauth.oauthService; did you forget to inherit a required module?

I imported the scribe jar, as well as the commons codec.

I have several other errors like this, anyone have any ideas how to fix this?

1

1 Answers

0
votes

What is org.scribe.oauthService?

If you're trying to use this class then the appropriate qualified name is:

org.scribe.oauth.OAuthService