I keep coming back to the same frustration, and I am going to keep writing about it until it stops being true. Onboarding to an API does not scale. Every vendor on earth is telling me they are all in on AI, that agents are the future, that machine-to-machine is the whole point now, and then they...
I keep coming back to the same wall. Every company tells me they are all in on AI, that the future is autonomous agents calling APIs on our behalf, and then they hand me an onboarding process that assumes a human with a browser, a credit card, and an afternoon to spare. The contradiction is...
I’ve published my first article in php[architect] magazine since 2009! It’s only fitting that it’s an article on OAuth 2.0, since one of the last articles I published in their magazine was on OAuth 1.0. I’m proud and excited to finally publish a new article with them after such a long hiatus, and...
Hi, i wrote a simple php wrapper for making OAuth requests to a url.
Here’s the code on github.
Include the library file in your code first:
require('oauthRequest.php');
Now, you can use the oauthRequest method which returns the response text:
$output = oauthRequest(<url>);