thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

[2.0] Update post request builder to use json_encoded string #49

Closed stevenmaguire closed 8 years ago

stevenmaguire commented 8 years ago

Previously, the package was sending the bodyParameters array directly into the client send method. Now, the League\OAuth1\Client\Tool\RequestFactory uses the GuzzleHttp\Psr7\Request constructor to build the request, which does not support array body types.

bencorlett commented 8 years ago

<3

stevenmaguire commented 8 years ago

https://github.com/thephpleague/oauth1-trello is in pretty good shape. I am doing some functional testing now.