IntuitDeveloper / SampleApp-CRUD-Java

Java sample app to show how to define basic CRUD operations for entities available in the QuickBooks API
33 stars 41 forks source link

oauth.accessToken #2

Closed leninrivG closed 7 years ago

leninrivG commented 7 years ago

how can i get the oauth.accessToken and the oauth.accessTokenSecret for the config.properties file? please help

diana-derose commented 7 years ago

Hi, Refer this blog post to see how to generate oauth tokens using OAuth Playground https://developer.intuit.com/hub/blog/2016/04/25/quick-start-to-quickbooks-online-rest-api-with-oauth1-0 Additionally, you can also run this app to get them https://github.com/IntuitDeveloper/oauth-java