signpost icon indicating copy to clipboard operation
signpost copied to clipboard

Added means to create a provider that uses GET methods for the authentication urls

Open ochitu opened this issue 13 years ago • 1 comments

Providers can make the requests using GET or POST (some oauth providers, like MySpace, only offer the request_token, authorize_token, access_token urls over GET). Added new set of constructors to every OAuthProvider, these constructors require the http method (either GET or POST). Default method is POST.

ochitu avatar Mar 11 '11 18:03 ochitu

Please merge

thomas2411 avatar Sep 10 '13 07:09 thomas2411