Implementations of OAuth 1.0 server and client. You probably don't need this anymore; I haven't used it for years.
////////////////////////////////////
Redirects the user to the authorize page on the provider's website.
Gets the final token, given the stuff from step one. This should be called from the callback in step one.
//////////////////////////////////
See Source File
Implementations of OAuth 1.0 server and client. You probably don't need this anymore; I haven't used it for years.