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
AshiAshi 

Invoke OAuth service via REST API with JQuery $.ajax object

 I want to Invoke OAuth service via REST API with JQuery $.ajax object for a mobile app. Can someone help me on this.

 

Thanks

 

 

 
 
 
 

 

tstellanova-sfdctstellanova-sfdc

If you haven't already, take a look at the Salesforce Mobile SDK:

 

https://github.com/forcedotcom/SalesforceMobileSDK-iOS

 

The SDK allows you to use OAuth with a Salesforce-based app.