OAUTH Process
Am I missin something or can you not build an end to end solution using teh API for Sign unless you are an Enterprise customer? And if this is the case has anyone managed to get the sales team to give them a price for this.
Stage 1 of the oauth process only works if you post it into a browser window, I have not managed to make it work from a PHP webpage or from NODE.JS.
This section of code
public/oauth/v2
?redirect_uri=example.com/oauthDemo
&response_type=code
&client_id=MYCLIENTID
&scope=user_login:self+agreement_write:account
&state=12345678
If I post direct into a browser I get a code - If I try and run in code no joy, it returns the Logon Page (Even when logged on) and the logon page does not work as all the links are relative and need to be on an adobe site.
It is SO frustrating - Any help HUGELY appreciated.
