Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No OAuth #6

Open
AdamEsterle opened this issue Jun 17, 2016 · 2 comments
Open

No OAuth #6

AdamEsterle opened this issue Jun 17, 2016 · 2 comments

Comments

@AdamEsterle
Copy link

AdamEsterle commented Jun 17, 2016

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
Copy link
Author

Yes, also the "Application" access token. So both the user OAuth and the Application access tokens

@dharabhatia
Copy link

I want to get Access token using "Application access token" how will I do in API V2 dwolla swagger. Which class I will used to get it. Any idea please help me out.
https://docsv2.dwolla.com/#application-access-token

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants