문제

I am using .NET Application by passing user(consumer)name I need to retrieve consumer Key and consumer Secret from Salesforce how can I achieve this.

도움이 되었습니까?

해결책

The Consumer Key and Consumer Secret are available on the Connected App Details page.

Setup > App Setup > Create > Apps > Connected Apps: your app > API (Enable OAuth Settings)

enter image description here

다른 팁

You need to create a Connected App first. See this help article for instructions on how to create a Connected App. Once that is done, you will be provided with consumer key and secret.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top