Tagged Questions
The signpost tag has no wiki summary.
10
votes
3answers
9k views
HttpURLConnection.getResponseCode() returns -1 on second invocation
I seem to be running into a peculiar problem on Android 1.5 when a library I'm using (signpost 1.1-SNAPSHOT), makes two consecutive connections to a remote server. The second connection always fails ...
4
votes
1answer
298 views
Android Tumblr Oauth-signpost 401
Okay, so, I am making a Tumblr client for Android, I've been trying and failing to get OAuth working for about a week now. Here's how its going:
User fires up the app. Main activity's onCreate does ...
3
votes
1answer
658 views
Getting 401 when requesting access token with signpost within android
Here is my code, i keep getting an exception "Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match." on this line ...
3
votes
2answers
2k views
Android OAuth: Exception on retrieveAccessToken()
I'm setting up OAuth for my Android app. To test it I did the following:
Added signpost-core-1.2.1.1.jar and signpost-commonshttp4-1.2.1.1.jar to my project, added the variables ...
2
votes
1answer
81 views
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?
2
votes
1answer
965 views
Android Dev - Callback URL not working… (0_o)
I'm working on an android application for my research, and I am working with OAuth (signpost library) to gain access to user data from a web service which is also a part of the development process. I ...
2
votes
2answers
2k views
SignPost or Twitter4j for Sign-in with Twitter (OAuth)?
I read a lot about signpost, and then went back to Twitter4J with which I have created my twitter applications when OAuth wasn't necessary.
I am now confused whether I should use signpost or ...
2
votes
1answer
2k views
Twitter API status update always returns “Incorrect signature”
I'm using Signpost as OAuth implementation for posting to Twitter. And implemented the GoogleAppEngineOAuthConsumer and GoogleAppEngineOAuthProvider classes, but since they're pretty trivial, so I'm ...
2
votes
2answers
601 views
jTwitter, oAuth, and Google App Engine. NoClassDefFoundError
I'm trying to use jTwitter to get an oauth instance to twitter with my consumer key/secret and access token/secret. This is well documented in the javadoc here. I have downloaded signpost, ...
2
votes
3answers
1k views
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 ...
1
vote
1answer
239 views
Android Tumblr oAuth Confusion
I'm trying to implement the Tumblr API in an Android app. I'm really getting stuck with authorizing a user so that they can do things such as post and view their dashboard. I don't really understand ...
1
vote
1answer
187 views
Refresh Yahoo Oauth Access Token using grails-oauth plugin based on sign-post api
I am using grails oauth plugin. Which is providing me yahoo's access_token successfully. But the problem is -- this token (from yahoo) has validity of 1 hr only. And after that we need to refresh it. ...
1
vote
0answers
96 views
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 ...
1
vote
0answers
198 views
OAuth 1.0 Libraries for Android (java)
I'm trying to access user data from a site that supports OAuth 1.0 without callbacks. I'm using the signpost library and I'm not able to retrieve the access token because the site I'm trying to ...
1
vote
2answers
794 views
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 ...
1
vote
0answers
280 views
“Request token or token secret not set in server reply.” when attempting to get the request token
I'm using the Twitter API with Signpost and Twitter4J on Android.
My code fails here:
consumer = new CommonsHttpOAuthConsumer(TWITTER_KEY, TWITTER_SECRET);
provider = new ...
1
vote
0answers
1k views
Connecting to Twitter streaming API with tracks with spaces using Apache HttpClient and signpost for Oauth?
Below is some code that tries to connect to Twitter using tracks with a space ("you will"). It uses Apache HttpClient and signpost oauth in more or less the manner tweetstream4j does. I use
...
1
vote
1answer
561 views
Authenticating with Netflix: Netflix OAuth vs. SignPost OAuth: Which is correct?
With signpost 1.2:
String authUrl = provider.retrieveRequestToken( consumer, callbackUrl );
Netflix API response:
<status>
<status_code>
400
</status_code>
...
1
vote
1answer
873 views
OAuts with Signpost - how to sign POST to get Access token
I'm working with client who provided me with somewhat vague
instructions. Here's what I'm doing (using CommonsHttpOAuthConsumer as
consumer and DefaultOAuthProvider as provider)
I'm able to get ...
0
votes
0answers
33 views
OAuth only working on Opera Mini
I've been working on a Android app and encountered a problem while authorizing my app with OAuth(twitter4j+signpost). It works fine only if I select Opera Mini as my web browser. On Webkit and Dolphin ...
0
votes
0answers
80 views
Google Calendar with Android using GData & Signpost
I try to implement a sync with the google calendar in my android app.
OAuth with signpost already works, but when I try to insert an event using the GData library from google, I get the error, that in ...
0
votes
0answers
112 views
How to get user profile information from yahoo in android app?
I have successfully retrieved access token from yahoo. Now I want the users profile information like screen name/display name, email address, contacts, etc. Do I have to get GUID first? If so how?
Do ...
0
votes
2answers
274 views
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 ...
0
votes
2answers
355 views
fail to retrive request token for yahoo integration in android?
I am trying to integrate yahoo in my app. I am trying,
private static final String YAHOO_CALLBACK_URI = "MyApp://oauth";
public static final String YAHOO_REQUEST_TOKEN_URL = ...
0
votes
0answers
163 views
Refreshing Yahoo's Access Token In Android With Signpost
Using Brione's "Brion Learns OAuth" example (https://github.com/brione/Brion-Learns-OAuth) I was able to get my android application to authenticate a yahoo user via oauth.
Unlike Twitter's API, which ...
0
votes
1answer
331 views
Android Google App Engine OAuth difficulties
I have an Android / GAE application. We need to validate the Android user against GAE using OAuth.
We're currently using the Signpost library for this.
We've run through lots of the samples out ...
0
votes
2answers
272 views
OAuth requestToken for freelancer.com api
Has anybody used freelancer.com api? I am not able to even retrieve the requestToken for it. I want it for android. I tried using the signpost library, but it gives the following error
...
0
votes
1answer
290 views
Issue with OAuth using signpost API on Netflix - OAuthCommunicationException
I tried to get Auth_url from retrieveRequestToken signpost API. It throws OAuthCommunicationException. When I used the same code for twitter(after changing consumer and provide), it works without ...
0
votes
1answer
510 views
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:
...
0
votes
1answer
495 views
Getting a 401 “unauthorized” when calling Google Docs API using SignPost from Android
I am able to call GET successfully and get lists of docs and spreadsheets from Google Documents List API and Spreadsheets API using OAuth with SignPost in Android. However, I have spent hours trying ...
0
votes
1answer
387 views
How to create a gwt.xml file for an external jar?
I have an external JAR signpost-core-1.2.1.1.jar (from http://code.google.com/p/oauth-signpost/), that I want to include into my Java GWT project.
So I add this external JAR file to my build path in ...
0
votes
1answer
467 views
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 ...
0
votes
2answers
768 views
OAuth Authentication with Evernote (Using Java+Signpost)
I'm attempting to use OAuth authentication to connect to a variety of services. For this most part, this works (tested with twitter/photobucket), but with evernote, I'm receiving a 400 response code.
...