php - How can I use API to get quickbooks data without browser based OAUTH? -


this in relation online version of quickbooks, qbo (not desktop).

we need our serverside code able log-in , query data quickbooks (just api provides) , supply information our billing system. not involved browser , use curl means there no browser , no human 'log in' , 'request access' each time. have not found way yet. ideas?

your question answered on here:

alas, sake of verboseness:

no matter api choose, can you're asking.

regardless of api go (qbxml, or intuit anywhere/oauth) need human things connected the first time connect.

after first time, can fetch data @ time want (as suggest, curl) 0 interaction actual user. have store oauth credentials intuit gives you. how oauth implementations work - store credentials back, can request data unattended later.

if that's not behavior you're seeing, means you've implemented incorrectly (and should post code, can troubleshoot).

you might want check out quickbooks php devkit, has examples of doing you're asking for:


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -