I'm struggling on iOS to sign an oAuth request with oAuth. I don't need to sign on behalf of a user, so I just have my app's key/secret from my provider. Is there an iOS library or 3rd party library which I can use to just generate the nonce, timestamp and sign the request?
Perhaps the Objective-C library oauthconsumer can be of help?
Found here: http://oauth.net/code/