function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chrispedchrisped 

API access for Professional Orgs via OAuth

I am currently receiving this error when attempting to login to a Professional org via OAuth:

LOGIN_OAUTH_API_DISABLED

 

I have a Partner application with a partner token issued by Salesforce.  According to the documentation I should be able to pass this value to a SOAP header "CallOptions" to gain API access on Professional orgs.  How do I apply this to logging in via OAuth since this is just an HTTP POST and not a SOAP request?