0

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 Answers1

0

What is org.scribe.oauthService?

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

org.scribe.oauth.OAuthService
Pablo Fernandez
  • 103,170
  • 56
  • 192
  • 232