Questions tagged [scribe]

Scribe is a simple OAuth library for Java

Scribe is a library for OAuth-signing HTTP requests.

It's written in java but you can use it from other JVM languages as well (like Groovy or Scala).

It's really really simple and has low memory footprint which makes it the ideal choice for Android applications.

You can find more info about Scribe in the home page:

https://github.com/scribejava/scribejava

334 questions
-1
votes
1 answer

Getting Access key and Access token key from Magento

Retrieving Access token and Access token secret key from Magento using Scribe-1.3.1.jar in java , for third party integration i am able to get the Access key but after entering the code it is giving following error. Error is: 1.0 Magento's OAuth…
-1
votes
1 answer

GET VIMEO VIDEO DETAILS USING JAVA - OAUTH2.0/RESTFUL

I registered with "https://developer.vimeo.com/" - (Advanced API) & I have consumer key , secret etc.. I tried to get the list of videos using Scribe, SignPost Libraries. I hope vimeo implemented OAuth1.0a Version so it's asking me to visit AuthURL…
OpenSourceDev
  • 41
  • 2
  • 9
-2
votes
1 answer

Java: How do I install a package on Mac?

I'm working on using scribe-java and ran into the following issue: When I run in Terminal: cd src/test/java/org/scribe/examples/ javac TwitterExample.java I get the error: package org.scribe.oauth does not exist How do I install that package? I'm…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
-2
votes
1 answer

Scribe Oauth example: LinkedIn, what to input

I'm trying the LinkedIn example Oauth in scribe-java lib https://github.com/fernandezpablo85/scribe-java , now when the code reaches this line, what should I input to the console? System.out.print(">>"); Verifier verifier = new…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
1 2 3
22
23