0

I am trying out LinkedInExampleWithScopes.java example from scribe-java. However, it errors out on .provider(LinkedInApi.withScopes("foo", "bar", "baz")).

withScopes() is not recognized as part of scribe-1.3.3.jar.

Please advise which scribe-java version is the withScopes() included in.

joshua
  • 2,371
  • 2
  • 29
  • 58
Heroku Net
  • 11
  • 2
  • I believe this the updated LinkedInApi class should be part of scribe 1.3.4. However, I do not find version 1.3.4 in maven repository. – Heroku Net May 15 '13 at 08:18

1 Answers1

0

I had the same problem but 'scibe-1.3.5.jar' works well. Try it.

Download link: http://mvnrepository.com/artifact/org.scribe/scribe/1.3.5

user3201181
  • 62
  • 1
  • 9