Salesforce OAuth with REST API using Javascript

后端 未结 4 434
抹茶落季
抹茶落季 2021-01-18 02:14

I have an app in my salesforce developer account that I want to allow my users to access from a remote app that I am building. I see that I must use OAuth2.0 to first author

4条回答
  •  没有蜡笔的小新
    2021-01-18 03:03

    You can not make this request from JavaScript. You'll need to make a server side request. There are many implementations of this flow in PHP, C#, Java, etc.

提交回复
热议问题