Questions tagged [signpost]

Signpost is a Java OAuth-1.0 framework under APL-2.0 license written and maintained by Matthias Käppler. Since OAuth-1.0 is deprecated in favor of OAuth-2.0 - use it only for legacy projects (until it's not updated to support OAuth-2.0).

Signpost is a Java OAuth-1.0 framework under APL-2.0 license written and maintained by Matthias Käppler.

Since OAuth-1.0 is deprecated in favor of OAuth-2.0 - use it only for legacy projects (until it's not updated to support OAuth-2.0).

Project page is http://code.google.com/p/oauth-signpost/. Source code could also be found on github at https://github.com/kaeppler/signpost.

86 questions
3
votes
1 answer

Oauth on android using signpost library

I try since a few days to connect one of my android app to an oauth service. I have found a few really good articles like http://blog.doityourselfandroid.com/2011/04/12/oauth-android-google-apis-client-library-java/ or…
Daroth
  • 31
  • 2
3
votes
2 answers

Yahoo OAuth on Android - 401 error

I'm trying to implement OAuth for Google, Twitter, Yahoo etc. on Android using the signpost libraries. All of the above work fine, except Yahoo, which gives me a 401 error when trying to retrieve the Request Token. I've tried modifying my callback…
Abhinav Manchanda
  • 6,546
  • 3
  • 39
  • 46
3
votes
5 answers

Problem with OAuth, Twitter and Android: fails in http-communication with the server

Does anyone have a working example of OAuth authentication for twitter with Android? I have tried to use both Twitter4J and SignPost, but I get very strange errors, saying twitter.com is an unknown host. I have understod that there is a problem…
user331244
  • 601
  • 9
  • 19
3
votes
0 answers

How to Send a POST request with JSON using Signpost and Apache Http Client

I need to send a POST request with an JSON body to an API that uses Oauth 1.0 for it's authentication. To do this I am using Signpost and it's Apache Commons module to sign the request. I have confirmed that a test request with a blank JSON string…
MonkeezOnFire
  • 131
  • 1
  • 3
3
votes
1 answer

Yelp v2 API from Android using SignPost oauth libs says Signature Invalid

Trying to call from an android client, using the signpost oauth libs. I generated new APIv2 keys, but didn't seem to make a difference. The error I'm getting looks like: {"error":{"text":"Signature was…
Nicholas Hirras
  • 2,592
  • 2
  • 21
  • 28
3
votes
1 answer

Signpost OAuth on Android: how to re-create the Consumer between two succesive runs?

I'm succesfully using Signpost to authorize calls to protected resources in a Google account via OAuth. However it seems a bit weird that the user has to go each and every time through Google and grant access. Is there a way of serializing the…
Adrian Spinei
  • 550
  • 5
  • 15
3
votes
1 answer

Getting 401 when signing HTTP message with signpost

I am integrating my web app with AppDirect, for this I created a java rs API using jersey. When I subscribe to an event, I get a map containing the oauth values (key and secret) to sign my request and an event url to which I issue a sign fetch to. I…
eeadev
  • 3,662
  • 8
  • 47
  • 100
3
votes
0 answers

Elgg 1.8.19 - OAuth Plugin 0.10.5 - request token

I am trying to write an Android app to get information from Elgg by using OAuth. I am following this tutorial, whose code is available here. I am facing a problem when retrieving the request token. I am using the signpost library. The following…
Jake
  • 16,329
  • 50
  • 126
  • 202
3
votes
3 answers

Invalid OAuth Signature returned while using Yammer Api

I am trying to write a small webapp that pulls data from Yammer. I have to go through Yammer's OAuth bridge to access their data. I tried using the Oauth php library and do the 3 way handshake. But at the last step, I get an error stating I have an…
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
3
votes
2 answers

OAuth login with Google Apps Engine endpoint stopped working

I have a desktop Java application that communicates with a GAE server. The client application signs in to the server using OAuth 1.0 with signpost via the provided endpoints (appname.appengine.com/_ah/OAuthGetAccessToken and the like) with…
unbehagen
  • 113
  • 5
3
votes
2 answers

how to create issue using bitbucket API and singpost in java

I am trying to create new issue at bibucket, but i don't know how to work with http. I try many things but it stil dosen't work. This is one of my attempts: URL url = new URL("https://api.bitbucket.org/1.0/repositories/" + accountname +…
Adam
  • 423
  • 5
  • 18
3
votes
0 answers

Signpost callback works on Android Emulator with API 10 but not API 15 or 16

I believe that I have correctly coded and setup the Signpost call to Twitter. It all works perfectly fine when running on API 10 (through Emulator and actual phone). But when I try the exact same apk on API 15 or 16, the callback doesn't work at…
waynemystir
  • 323
  • 3
  • 11
3
votes
0 answers

Android Native Twitter App - Not Redirecting Back To Original Application

I've got a project where I'm using the twitter oAuth flow to authenticate a user with twitter, prior to posting a tweet. The issue is that the oAuth redirect back to the application at the end of the flow does not work, but only when the user…
eddyfice
  • 41
  • 5
3
votes
2 answers

OAuth with Android

I am attempting to access the Yelp API. I have obtained my keys and have read about 40 articles explaining what I need to do and I have attempted everything. The key and what not are valid. I am getting the following: 05-16 17:39:54.955:…
Zach Dain
  • 31
  • 1
  • 3
2
votes
1 answer

How can avoid Oauth 2.0 callbacks on Android

Am connecting an android app to Rails Oauth 2.0 Provider using signpost lib. Each time i login, the app must be authorized vai a web browser launch. It is there a way to avoid?
mistaguy
  • 133
  • 1
  • 5