I am looking for either a tutorial or an example module to kick start my development. I am looking to create a module that consumes the oauth API from another website.
I have downloaded an installed the oauth_common and oauth_common_consumerui modules that are a part of the http://drupal.org/project/oauth package. There is little documentation to go from here.
I imagine that I need to create a custom module to implement the required methods in the oauth_common module, but no idea what these are. Does anyone have any information about this?
In other words, what is the barebones needed in a module to get me started? @MarkTrapp answer below was a step in the right direction, but completely bypasses the oauth set of modules including all their API. If I can reuse other modules API, and reduce my code base this is of huge benefit to me.
Decided to a raise a bounty on what limited reputation I have to see if I can encourage some thought in this area