cancel
Showing results for 
Search instead for 
Did you mean: 
Announcements
Want an expert to help you set up your QuickBooks Online? Find out how: Click here

Reply to message

View discussion in a popup

Replying to:
nithin@pixelscri
Level 1

QB API with my mobile application.

I want to integrate QB API with my mobile application. While I am doing I got struck in authentication
$OAuth2LoginHelper = $dataService->getOAuth2LoginHelper();
I did till the above code. After that I am not able to do any thing. I want to get "AuthorizationCodeURL".

I have only APIs so I cant run header("Location: ".$authorizationUrl); to connect to QB.

I am struck for several days. Please help me to get access token to get authorized.