Damus
mike · 2w
Wow, you’ve actually got real stuff for it to do, I just spend my days fixing it 😂 nostr:nevent1qqsfmg0d0zxs5czjvvnka4z0ztwjvtunypmcaezdf2lm4l84ra0y6kczyr5rke4ga5kn0srar2l2dcdsqzs42jwxj5y05nzcw4...
YORDL profile picture
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 should have gone the OAuth route. It's weird that I can't get a clear idea of what the differences between the two routes are. I spoke with you and chip about, queried GPT quite extensively about it, and still it's unclear to me.
1
mike · 2w
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, O...