dwolla-swagger-php icon indicating copy to clipboard operation
dwolla-swagger-php copied to clipboard

No OAuth

Open AdamEsterle opened this issue 8 years ago • 2 comments

I could not find the code to do an OAuth initiation for Dwolla Direct.

https://docsv2.dwolla.com/#request-user-authorization Shows to use this code

$OAuth = new Dwolla\OAuth();
$OAuth->settings->client_id = $apiKey;
$OAuth->settings->client_secret = $apiSecret;

$url = $OAuth->genAuthUrl("https://myredirect.com/redirect");

But that seems outdated and part of dwolla-php (API v1)

dwolla-swagger-php has OAuthResponse, but that's it

Any help?

AdamEsterle avatar Jun 17 '16 14:06 AdamEsterle