Appery - Salesforce.com Create Contact (401 Unauthorized) Error
Salesforce.com (App Testing)
Upon creating a Create Contact Page
I link a Contact Create (SF) Service
I edited the mapping for this Service to their respective Components
Upon Testing the App, I notice that entries I make to my form are not submitted to (SF)
When testing the Create Contact Service, I get the following message:
{
"status":"401 Unauthorized",
"url":"https://na7.salesforce.com/services/d...",
"response":[
{
"message":"Session expired or invalid",
"errorCode":"INVALID_SESSION_ID"
}
]
}How do I resolve?