Hello. I have successfully generated the authorization url. https://api.cc.email/v3/idfed?client_id=xxxx-xxx-xxx-xxxx-xxxxx&scope=contact_data&response_type=cod... Using this I have to generate the authorization code programatically in PHP. By simply the authorization url I will get the code fromhttp://localhost:8888/?code=lN1LhAHGX6oOSIKuty0RzWJnv5120O as suggested in the documentation. But I have to generate the authorization code programatically. Is there any solution?
... View more