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

Authenticated User Info #14

Closed
merlindiavova opened this issue Jan 31, 2015 · 2 comments
Closed

Authenticated User Info #14

merlindiavova opened this issue Jan 31, 2015 · 2 comments
Assignees
Labels

Comments

@merlindiavova
Copy link

I'm adding Infusionsoft to a social login plugin of mine and i want to retrieve their basic information such as first name, last name and user id. Now when a user has completed the OAuth flow i do not see a way to retrieve the this info. Any advise?

@mfairch mfairch self-assigned this Feb 4, 2015
@mfairch
Copy link
Contributor

mfairch commented Feb 4, 2015

Take a look at DataService.getUserInfo

https://github.com/infusionsoft/infusionsoft-php/blob/master/src/Infusionsoft/Api/DataService.php#L152

This method requires OAuth2 and an active access token and can not be used with our legacy API Key.

@merlindiavova
Copy link
Author

Thanks

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

No branches or pull requests

2 participants