Scribe is a simple OAuth library for Java

learn more… | top users | synonyms

1
vote
0answers
8 views

How do I use org.scribe.oauth to connect to the tumblr API?

I've followed the tutorial given on the org.scribe page but it appears that out-of-band callbacks aren't supported. Can someone point me in the right direction as to how to solve this? Moreover, a ...
0
votes
1answer
14 views

android linkedin Scribe API gets null pointer exception

I'm using Scribe API to integrate with linked in encountered with problem which I get NPE, code: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
0answers
8 views

Scribe exception : oauth_problem=permission_unknown

I'm trying to reliaze a Proof of concept with scribe and linkedin. I used for this, the example specified here : ...
0
votes
0answers
16 views

LinkedInApi class with scope

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 ...
0
votes
0answers
45 views

My Linkedin API key using scribe is not working

I have followed this tutorial to connect my Android app with linkedin using Oauth(Scribe). Here is the link The problem is that it only works for his API key & Secret Key. **Here is the download ...
0
votes
0answers
29 views

OAuth protocol using Scribe in Android

i'm developing an app using Scribe library in android. Fitbit's don't let me allow/deny the access to my personal info's ... here is my code : public class Main extends Activity { final static ...
0
votes
1answer
60 views

org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: 'Invalid request token'

Hi can someon help me with this code everything goes great till this point Token accessToken = service.getAccessToken(requestToken, verifier); after that i get this error ERROR ...
1
vote
0answers
31 views

Scribe (simple OAuth Java lib) and reverse auth token

I would like to use scribe for reverse auth token. reverse auth token is for iPhone, however the first step of retrieving the request token I would like to do in the BE so I don't need to store the ...
0
votes
1answer
38 views

Facebook GraphAPI, get user's email

I want to use GraphAPI to get email. However when I call this in an OAuth request (I'm using scribe, in java), I can retrieve first_name, last_name, but not email, any idea? Tks ...
0
votes
1answer
60 views

OAuth 1.0 with Android 4.x and scribe

I want to develop an Android app (ice cream sandwich) that uses the LinkedIn API. For this I use the Scribe library to implement the OAuth process. My problem is that I dont know how to get the ...
-5
votes
1answer
78 views

Scribe Oauth example: LinkedIn, what to input [closed]

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? ...
-2
votes
1answer
35 views

Weather API using OAuth [closed]

Is there a API where it is possible to use a library of OAuth (like scribe)? I found examples for Google and yahoo but not specific to weather services of them. Any idea?
1
vote
3answers
63 views

No source code available for Scribe in GWT

I'm getting this error trying to Compile my GWT Project: No source code is available for type org.scribe.oauth.OAuthService; did you forget to inherit a required module? I have included the scribe ...
0
votes
0answers
9 views

How to change the target in SCRIBE and preserve steps?

Does anyone know how to change the target CRM data source in SCRIBE and not lose steps information? Whenever I change my target data source on an existing SCRIBE job, all step information disappears! ...
0
votes
0answers
32 views

Tencent Weibo Scribe OAuth got error message “Can't extract token and secret from this: 'Missing required parameter'”

When using Scribe OAuth for Tencent weibo, I receive this error message "Can't extract token and secret from this: 'Missing required parameter'" The code I just follow the api using like this: ...
0
votes
0answers
60 views

Scribe on Android OAuthConnectionException

I'm tryin to build an oauth authentification for my Android app. I built the server side using ZF2 and the PECL OAuthProvider but now i'm trying to build the client. I tried signpost wich failed at ...
0
votes
0answers
69 views

How do i get an acess token with scribe?

I'm working on a project to extract data's users on differnt social networks, including Facebook with Java. I'm actually blocked because of a problem with oauth2.0, I use Scribe to get the ...
0
votes
1answer
114 views

Facebook Scribe OAuth is returning “message”:"(#601) Parser error: unexpected end of query

This is my java code, and the URL String which I am passing as a parameter. If I copy paste the URL on the browser it works. String strURL="SELECT post_id, actor_id, permalink, message, ...
0
votes
1answer
45 views

How to post a Recent Activity on Facebook?

Is it possible to post an activity on facebook? I was thinking of something like this "Has Posted A Photo <MyWebSite URL Here>" Is it possible? if so how? I've tried looking at the docs but I ...
0
votes
0answers
44 views

How to set OAuth realm parameter of a Scribe Request

Is it possible to set the "OAuth realm" parameter for a Scribe Request? org.scribe.model.Request has a method, addOAuthParameter(String key, String value). I tried providing the keys "realm" and ...
2
votes
0answers
48 views

integrating linkedin into my application using scribe 1.3.1.jar

I am using scribe 1.3.1.jar. I have successfully authenticated user with twitter using this jar. But I am facing problem while authenticating user with linkedin using the same jar. I am getting ...
0
votes
2answers
419 views

how to post in user's Streams using google plus api in java

I want to share some information in google plus wall from my application.and I am trying for moment.insert, But getting 400 error . Can somebody help me @Override public JSONObject ...
0
votes
0answers
87 views

Scribe OAuthRequest : 400 Bad Request

OAuthRequest request = new OAuthRequest(Verb.GET, ...
0
votes
0answers
59 views

flickr photo upload post size too large

I'm trying to upload photo to Flickr using Scribe Library, But I've no idea how to use MultipartEntity in Java(I'm new to JAVA). The response from Flickr is: code=93, POST request is too large. ...
0
votes
2answers
131 views

Refresh LinkedIn Access Token using Scribe

I am using Scribe to access the LinkedIn API. I am saving the Access Token along with the Access Token Secret in the database and use them every time I call the API. The Access Token is supposed to ...
0
votes
1answer
20 views

thrift 0.5 and 0.8 incompatible

I am using a java scribe client who depends on thrift-0.5.0.jar, but my appserver who depends the scribe client depends on libthrift-0.8.0.jar. When building the server, it reports incompatibility, ...
0
votes
1answer
105 views

facebook api not returning work,location and email fields

I have started using the FacebookAPi using the Scribe library.I generated the access key with the scopes ...
0
votes
1answer
92 views

Scribe-java 1.3.3 How to remember a user?

I am using scribe 1.3.3 for OAuth2 in my android application. I have gotten the full flow to work correctly with google, I can request user information and everything works fine. I'm curious as to ...
0
votes
0answers
223 views

org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: '<?xml version=“1.0” encoding=“UTF-8”?

I am getting the following exception when I use scribe library for posting image to twitter org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this: ...
0
votes
1answer
125 views

Parsing Unicode Strings in LinkedIn JSON Responses using Scribe and FasterXML Jackson

Hi I am developing a Java application using Scribe to integrate with Linkedin and make RestFul calls. I use FasterXML Jackson Json Parser library to parse the LinkedIn API responses in JSON. I would ...
0
votes
1answer
604 views

Caused by: java.io.IOException: No authentication challenges found

I am using the below code to post image to twitter,but I am getting error at this line Token accesstoken=oAuth.getAccessToken(requestToken, verifier); I searched for the error but didnt find ...
0
votes
0answers
51 views

use Viadeo api without callback url?

I am using this script in java https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/ViadeoExample.java to try retrieving informations about my profil in ...
2
votes
1answer
226 views

Flickr Oauth Login using Scribe Library

I'm pretty new to android, please forgive any mistake. package net.schwiz.oauth; import org.json.JSONException; import org.json.JSONObject; import org.scribe.builder.ServiceBuilder; import ...
1
vote
0answers
26 views

how to use compression with scribe?

i use scribe to collect logs. my question is how to compress data before send ? i know scribe use thrift ,and thrift support tzlibtransport ,but i donn't know how to use it. ( For some reasons,we ...
2
votes
0answers
172 views

redirect_uri isn't an absolute URI

I am using Scribe API for facebook sign functionality, but getting following error after submitting the facebook authentication url. callback_url = ...
0
votes
1answer
29 views

Can a Scribe API be configurable in run-time?

Summary I am writing an application which uses Scribe to connect to an OAuth Server. I need to be able to change the endpoints in run-time (without recompiling). Is this possible? More details A java ...
0
votes
1answer
146 views

How to display response.getBody() in jsp page using scribe

Here I want to get all contacts mail id of a person. This code is redirecting to google site and after getting token and varifier it is returning status code and body which is printing on console. I ...
1
vote
1answer
139 views

Magento Rest “Admin role not found” error

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 configuration). ...
0
votes
0answers
28 views

Scribe Aggregator Crashes on Replay

We use scribe logging for our system. Whenever the log aggregator box's disk fills up, the forwarder start writing locally. This works fine. However, when we add space on the aggregator box, we see a ...
0
votes
1answer
179 views

Retrieve blog feeds using google oauth 2.0 and scribe

I used scribe to connect to google using oAuth 2.0 and successfully got the access token. When i am trying to get the blogs i always get the below error Unauthorized Must authenticate to use ...
1
vote
0answers
80 views

Twitter does not remember authorization

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 ...
1
vote
1answer
203 views

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: Unexpected error: ...
0
votes
2answers
110 views

utf-8 handling by scribe (java) for facebook/twitter handling

I am using scribe for oauth. In the oauth response, I receive a list of names (some of which are non-english characters e.g.chinese/japanese). Is scribe able to handle these characters ...
0
votes
1answer
82 views

OAUTH for Twitter

I am coding OAUTH for Twitter using Scribe framework. I know that it use Client ID and Client secret for OAUTH. After OAUTH I will get user information. I am getting this exception ...
0
votes
0answers
68 views

Scribe and Atlassian rest

I'm trying to use Scribe to use Atlassian Jira using example from here: https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+OAuth+authentication Anyone have any luck? Here's ...
3
votes
1answer
202 views

Setting up client Google Tasks App

My Question: How do I properly setup the Google Tasks client library api so I can build my app? (i.e. this may be just a dependency problem due to poor documentation). The problem: Google Tasks has ...
1
vote
1answer
113 views

Scribe 1.3.3 and maven

It looks like that the latest version available in maven central repository is not the latest one (1.3.3) but the previous one (1.3.2). Is there any chance to have it available in maven?
0
votes
0answers
159 views

java scribe twitter GET not working {“request”:“\/1\/users\/search.json”,“error”:“Could not authenticate with OAuth.”}

I am having some issues with the scribe library for java when i try to search for a user on twitter. I am able to successfully get an Access token as well as do a status update with POST. But for some ...
0
votes
0answers
102 views

receiving exception when hitting facebook graph URL for oauth request

I am trying to figure out the best possible way for me to debug/verify facebook graph URL's (I am trying to specify permissions in the URL for oauth) e.g.: ...
1
vote
0answers
155 views

Yahoo Mail JSON API Invalid JSON

I am trying to use Java Scribe Library to integrate with Yahoo Web Service. I was able to get the OAuth Integration done. Now I am trying to call the ListMessages JSON API using sample request in ...

1 2 3 4