scribe Questions

6

Solved

I get the following exception while using the scribe OAuth library. Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterExc...
Fitts asked 11/1, 2013 at 14:50

3

Solved

I am new to OAuth, but want to find a good way to start, and use a library that has wide support What are the benefits and disadvantages of the following (there are probably more, but these are th...
Calen asked 19/2, 2012 at 1:9

3

Solved

The error I'm getting from Microsoft Graph API is this error = { "code": "BadRequest", "innerError": { "date": "2017-04-10T19:37:08", "request-id": "973641dd-b150-4406-9f3b-fbcf6f7e5aa1" }, ...
Kiwi asked 10/4, 2017 at 20:16

4

Solved

Yes, it's a long question with a lot of detail... So, my question is: How can I stream an upload to Vimeo in segments? For anyone wanting to copy and debug on their own machine: Here are the thing...
Tonicity asked 11/4, 2012 at 16:55

4

Solved

I'm currently implementing Reddit OAuth2 login into my web app. The handshake and token exchange work fine when testing locally but when running on the server (hosted on 'OpenShift' DIY cartridge) ...
Isopiestic asked 29/1, 2014 at 21:0

2

Can anyone give a help in Vimeo API using scribe? My goal is to access a private video (which I uploaded) without having to force the user to put password (this process should be done in background...
Bat asked 28/9, 2012 at 15:30

1

A project I'm developing requires scribe-java and crashlytics libraries. Both libraries are available from custom repositories. build.gradle looks like: buildscript { repositories { maven { url...
Permalloy asked 8/5, 2014 at 13:50

2

Solved

I am using Scribe-Java to connect to Google plus using OAuth2. I am able to authenticate my application and obtain user's permission, but when I try to access anything other than userinfo, I am get...
Levan asked 18/6, 2012 at 12:9

1

Solved

Fairly new to go. I'm trying to modify this go scribe server implementation: https://github.com/samuel/go-thrift/blob/master/examples/scribe_server/main.go I'd like to pass a channel to the Log()...
Lantha asked 13/12, 2013 at 1:30

2

I am using Scribe API for facebook sign functionality, but getting following error after submitting the facebook authentication url. callback_url = http://localhost:18080/example/pub/social/facebo...
Nolte asked 19/2, 2013 at 14:52

2

I need to make a connection with Viagogo website using oAuth. Referring to their documentation I need to create a request similar to the following one Using the example in step 1A, this means you...
Cholinesterase asked 18/7, 2013 at 14:7

1

Solved

I am using Scribe (OAuth1.0) as a mechanism so that users can use their Twitter account to authenticate to my GWT/GAE application. According https://dev.twitter.com/docs/auth/implementing-sign-tw...
Osprey asked 15/1, 2013 at 11:19

1

Solved

I'm playing with scribe library (https://github.com/fernandezpablo85/scribe-java), trying to get access to a Magento store products, but I'm facing some problems (it's probably Magento configuratio...
Antiserum asked 2/2, 2013 at 15:27

1

May be this question has been asked before but I think it is good to consider it again today given that these technologies have matured. We're looking to use one of flume, kafka, scribe, or o...
Glider asked 24/9, 2012 at 5:55

1

Solved

I have an application created with Play 2.0. I implemented scribe-java library to use some OAuth services. Until today everything was fine but when I upgrade jdk and reboot the server I couldn't us...
Expeller asked 13/9, 2012 at 18:47

4

Solved

I am new to java programming and I am getting the much-maligned error "ClassNotFoundException" error. The strange thing is is that it compiles fine: java -cp /usr/share/java/scribe-1.3.0.jar Fa...
H asked 19/5, 2012 at 10:45

1

Solved

Edit: I think I've figured out how to do the binary data part. Double check it in the code, but I'm pretty sure I've got it right. Now I'm getting a new error when trying to complete the upload as ...
Jackboot asked 19/3, 2012 at 16:12

1

Hi I'm using the scribe library for OAuth communication with LInkedIn. I have a login class and a query class. The login class creates a service to get my request token and secret and creates m...
Durno asked 2/8, 2011 at 22:6

6

I'm looking for a Java library that helps me building an OAuth Provider. I must be able to receive OAuth signed requests and determine whether they are valid or not (checking the signature, t...
Deportation asked 13/11, 2009 at 21:14
1

© 2022 - 2024 — McMap. All rights reserved.