Expand my Community achievements bar.

Adobe analytics apis with java

Avatar

Level 1

I have read the oauth-curl.md in github, and I want to get auth code just as the result of this step:

Use the following model as a cURL request for an auth code:

https://ims-na1.adobelogin.com/ims/authorize?client_id={CLIENT ID}&redirect_uri={REDIRECT URI}&scope=openid,AdobeID,read_organizations,additional_info.job_function,additional_info.projectedProductContext&response_type=code

but by using java code, is there any sample codes or example?

0 Replies