Issue
I have a REST API that only provides OAuth 1.0 consumer key/secret, but I am having trouble finding good options for authentication. I tried to integrate with Tripleseat, but their support team informed me that they do not support OAuth 1.0, which is a deprecated protocol.
Resolution
There is no solution provided for integrating with Tripleseat's REST API using OAuth 1.0 as it is a deprecated protocol and not supported by the company. The only authentication option provided by Tripleseat is OAuth 2.0. Developers looking to integrate with Tripleseat's API should consider using OAuth 2.0 authentication instead. Specific instructions and examples for using OAuth 2.0 authentication with Tripleseat's API can be found in their documentation.