ar bg de en es fr id it nl pl pt sv tr zh

oauth

Mastering OAuth 2.0 Published

Ben Ramsey

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...

Simple php wrapper for OAuth requests

Arjun Sreedharan

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>);