Is OAuth an appropriate authorization tool when there is no end-user authorization, just consumer level?

I have an application for which I'm adding an API. OAuth seems like a good idea as there are libraries around the place already. However, I don't need the token exchange and end-user verification. If the consumer gives me the right key for the provided signature, then that's as far as I need to go.

It seems that the 'request token' part of the process is as far as I need to go so long as I can add other request variables into it.
Inappropriate?
2 people have this question

User_default_medium