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
0
votes
1 answer

uri.getQueryParameter("oauth_verifier") is always null

I am new to OAuth and I'm developing an Android app that requires it and I'm using the signpost library. I believe I have it all working up to the point where I can get the token using String token = uri.getQueryParameter("oauth_token"); Which…
user2015852
  • 88
  • 3
  • 7
0
votes
1 answer

Authorization error with jTwitter for android

I am using jTwitter library in my android application. Till day before yesterday everything was working fine. But today am getting exception "Service provider responded in error : 301". Kindly help me. Here is ther stack trace : 02-21 21:07:27.258:…
dnivra
  • 749
  • 4
  • 12
  • 30
0
votes
1 answer

getting the access token with jTwitter for android

I am developing my application using jTwitter for android. I am able to redirect the user to the authorization page where he enters the credentials to authorize the app. Then the callback function is called. In the callback function am not able to…
dnivra
  • 749
  • 4
  • 12
  • 30
0
votes
1 answer

Authorization with jTwitter android

Am a newbie to twitter api's and async tasks. I was trying OAuth using jTwitter which seems to be simple API. Since you cannot do network operations on main thread. I created an asynctask to the work. It is throwing me exceptions which i dont…
dnivra
  • 749
  • 4
  • 12
  • 30
0
votes
1 answer

Is there a "single-user" OAuth option for Instagram?

I'm developing a Java application that will display Instagram content. It's for an installation, and will only ever authenticate as a single user. I'm trying to keep my OAuth consumer code as simple as possible. Twitter offers a "single-user"…
ericsoco
  • 24,913
  • 29
  • 97
  • 127
0
votes
1 answer

Signpost Oauth authentification on android application

I d like to use an Oauth authentification on my android application with a google account so that the user doesn't need to create a new login and password and that I don't have to handle the authentification but google does it in my place. I've been…
Karly
  • 389
  • 2
  • 7
  • 25
0
votes
1 answer

How to send a tweet with jTwitter on Android?

Has anyone ever successfully sent a tweet via jTwitter on Android? I am stuck with the Authentification. I can successfully redirect the user to twitter, authorize my app and redirect to my app with new OAuthSignpostClient(CONSUMER_KEY,…
keineantwort
  • 873
  • 8
  • 15
0
votes
1 answer

Could not find class oauth.signpost.commonshttp.CommonsHttpOAuthConsumer

I had to format and start over yesterday, and I'm trying to get my project up and running again. I use the signpost library for OAuth authentication. I've imported my project and Eclipse gives me no errors in the text editor. However, when I run my…
Andrew
  • 20,756
  • 32
  • 99
  • 177
0
votes
1 answer

oAuth Problems with CALLBACKURL for android/twitter dev (Version 2.3.3)

I'm using the Twitter oAuth system for an app of mine, specifically folllowing this tutorial: http://www.markhneedham.com/blog/2012/01/02/learning-android-authenticating-with-twitter-using-oauth/. I seem to be getting an error based on my callback…
0
votes
2 answers

Why this error: Could not find class 'oauth.signpost.http.HttpParameters

I've been struggling of the past day to get OAuth implemented for my android app. I've ran into problem after problem. I just want to sign a request , send it to a web service and get a response back (I believe this is the two legged approach). I've…
Fabii
  • 3,820
  • 14
  • 51
  • 92
-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
1 2 3 4 5
6