Top "Scribe" questions

Scribe is a simple OAuth library for Java

Library for OAuth Provider (Java)

I'm looking for a Java library that helps me building an OAuth Provider. I must be able to receive OAuth …

java oauth scribe consumer
Java SSL DH Keypair Generation - Prime Size Error

I'm currently implementing Reddit OAuth2 login into my web app. The handshake and token exchange work fine when testing locally …

java ssl oauth-2.0 openshift scribe
flume vs kafka vs others

May be this question has been asked before but I think it is good to consider it again today given …

scribe flume
How to create a oAuth request using java?

I need to make a connection with Viagogo website using oAuth. Referring to their documentation I need to create a …

java jakarta-ee oauth oauth-2.0 scribe
How to set up Java VM to use the root certificates (truststore) handled by Mac OS X

I get the following exception while using the scribe OAuth library. Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: …

java macos ssl-certificate scribe truststore
java "ClassNotFoundException" error

I am new to java programming and I am getting the much-maligned error "ClassNotFoundException" error. The strange thing is is …

java classpath classnotfoundexception scribe
Upload a video file by chunks

Yes, it's a long question with a lot of detail... So, my question is: How can I stream an upload …

java api upload vimeo scribe
Oauth problems with Scribe

I'm using scribe for making an app that has oauth support. I didn't found problems With Twitter, but when using …

java oauth scribe
Extending Interfaces in Go

Fairly new to go. I'm trying to modify this go scribe server implementation: https://github.com/samuel/go-thrift/blob/master/…

go thrift scribe
Using OAuth with Scribe on Android

Hi I'm using the scribe library for OAuth communication with LInkedIn. I have a login class and a query class. …

java android oauth linkedin scribe