Open partydrone opened 3 years ago
I currently work with a legacy Rails application that makes calls to the Infusionsoft API. The implementation was poorly done and I want to replace everything with this gem. The OAauth2 tokens are currently stored in and retrieved from the app database. It would be nice to see an example of how you authenticate your gem against Infusionsoft in a Rails app.
Hi @partydrone.. I will add example. It currently is supported, but is not documented.
EDIT: needing to do this still
@nateleavitt Can you write example how to switch to rest api and use it? thanks
With the introduction of OAuth2 and REST support, it would be nice to see an example of: