logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Allow string arguments for the $body parameter in httpRequest #22

Open rtheunissen opened 9 years ago

rtheunissen commented 9 years ago

This pull request aims to resolve #21 by allowing string data to be used in the request body as an alternative to array and form data.