signpost Questions
3
I'm currently using the OAuth-Signpost Java library to sign requests sent from a client to a server which implements OAuth authentication. When making GET requests (using HttpURLConnection) everyth...
Shaniceshanie asked 30/1, 2013 at 10:4
1
I watched Getting started with Instruments and there they show the usage of Signposts. The example is written in Swift but I'd like to use them with my Objective-C project.
In these example the sig...
Chelsea asked 1/7, 2020 at 0:26
2
Solved
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 understan...
5
Solved
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 fail...
Jonis asked 17/9, 2009 at 19:48
5
Solved
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...
2
Solved
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 doe...
3
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 'p...
Mycah asked 27/3, 2011 at 10:25
2
Solved
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 = "http://api.login.yaho...
1
Solved
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....
Lollipop asked 5/4, 2011 at 0:21
2
Solved
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 "CommonsHttpOAuthCo...
1
© 2022 - 2024 — McMap. All rights reserved.