4 件の回答
Ok ok,I see now, you cannot obtain the access token from the browser, try to get the access token from the site.my.salesforce.com instead the test.salesforce.com.Event this works, you should not expose the client id, client secret, username and password in the javascript side, it's very unsecure, I would do the "get access token" request from the server side.