Implementing OAuth in Connect-Rest
Hi,
I have a requirement to implement OAuth in our application using Connect-Rest. We have created all the necessary rules to fetch the data. We had the Token URL, Consumer Key and Share Secret Key from the client. When we are trying to connect the client we are getting error while invoking the client. Please let me know what are all the details that i need to establish the connection
Below are the different errors we are getting
** Caught unhandled exception: java.lang.NullPointerException
Error mapping incoming response to .ResponsePage: org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.LinkedHashMap out of VALUE_NUMBER_INT token at [Source: java.io.StringReader@35b77c69; line: 1, column: 1]
please advise.
***Edited by Moderator Marissa to update platform capability tags****