Top "Signpost" questions

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

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 …

java android oauth httpurlconnection signpost
What is the right way to sign POST requests with OAuth-Signpost and Apache HttpComponents?

I'm currently using the OAuth-Signpost Java library to sign requests sent from a client to a server which implements OAuth …

java oauth http-post apache-httpcomponents signpost
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 Twitter4…

android twitter oauth twitter4j signpost
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…

android twitter oauth signpost
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 …

android oauth callback android-manifest signpost