Damus
YODL · 5w
OAuth issues, eh? Sounds like someone should have used API token route instead perhaps! Side note - someone rather knowledgeable about these things was telling me I get swindled into buying tokens and...
mike profile picture
OAuth "Open Authorisation" is a method of sharing resources you own with third party apps.

API "Application Programming Interface" is simply a method for one application to call another application in an authorised, logged and optionally billable way.

API's are generally used machine to machine, OAuth is generally a human sharing their resources with a machine.

In financial terms for OpenAI, you are already paying for OAuth in your $20 a month subscription. API keys are a separate "Pay as you go" service.

1
YODL · 5w
Thanks for clarifying a bit. I mostly understood it this way, but was also lead to believe (mostly through GPT inquiry) that creating a separate api key was best for a Claw. Less hiccups with connections was one reason I seem to recall, but I'm told that's BS. So I really have no idea. I thought it ...