Search code examples
androidoauthtumblr

Android: OAuth signed requests


Building simple Tumblr client.

Already done user authentication through browser and got token and tokenSecret. But stuck on fetching user info. Are there any handy ways to build signed oauth requests?

Some libs usage example would be very helpful.


Solution

  • It's easy to do with oauth-signpost libarary.