This app is for testing quickbooks api.
Bundle gems up, migrate database, and run the server
bundle install
rails db:migrate
rails s
If you are using my API keys for Quickbooks, you might need to setup following things in your /etc/hosts file
sudo vim /etc/hosts
Add below entry to this file and save and exit
127.0.0.1 quickbooks-demo.dev
NOTE: you can setup your app from Intuit's Developer page
To get approved in Quickbooks appcenter we must
- Write script to refresh expired token every night, or whenever it feels good
- use
QuickBooks
other words likequickbooks
,Quickbook
,quickbook
, could get rejected. - user
oauth2
for authentication - Once users are connected using
Connect with QuickBooks
link they should be automatically authenticated. Meaning they should not be asked to login again.