oauth-signpost. The Qype API uses OAuth to sign client requests with the developer’s API key, so it’s not surprising to see them release a Java OAuth signing library compatible with Google’s Android mobile platform.
oauth-signpost. The Qype API uses OAuth to sign client requests with the developer’s API key, so it’s not surprising to see them release a Java OAuth signing library compatible with Google’s Android mobile platform.
Nice spot Simon. I had used OAuth in one of my android apps already that I was working on with the Brightkite API, but the work to get it working well seemed like a bit of a fudge, and I couldn't get file posting to work either. I'll definitely check this out.