upwebdesign / laravel-infusionsoft

Laravel 5 Port of the Infusionsoft SDK
MIT License
2 stars 10 forks source link

Please Help #7

Closed Itedjere closed 4 years ago

Itedjere commented 4 years ago

I am confused with how to use the infusionsoft api.

Am just going to use it in a website to store users details to my infusionsoft account.

So am wondering why do my users need to authorize my app?

upwebdesign commented 4 years ago

@Itedjere Infusionsoft uses OAuth2 to authorize connections to Infusionsoft accounts. The user needs to Authorize your App to get access to their data. It's part of the OAuth specification.