nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

Adding the ability to configure the token request HTTP Method #111

Closed airdrummingfool closed 10 years ago

airdrummingfool commented 10 years ago

e.g. for LinkedIn, who wants all request params in the query string (and accepts GET requests).

airdrummingfool commented 10 years ago

Alternatively, instead of changing the HTTP method, we could instead have a configuration BOOL that tells the client to put the parameters in the URL instead of the request body. That might make more sense for #78.

toto commented 10 years ago

Sorry for taking so long to look at this.

Looks very useful. I will put this in (will merge this into develop though as we use [git-flow]() here).

I will look at #78 separately.

toto commented 10 years ago

Merged into develop with d99998939df223531cee05962fa74f755ffbd697

stigi commented 10 years ago

@toto that sha you've just created looks so :imp:

:scream: :scream_cat:

toto commented 10 years ago

Oh yeah!