Skip to content

Instantly share code, notes, and snippets.

View Breuls's full-sized avatar

Peter Breuls Breuls

View GitHub Profile

Keybase proof

I hereby claim:

  • I am breuls on github.
  • I am breuls (https://keybase.io/breuls) on keybase.
  • I have a public key ASDif6_SmVHlwngpniKFdjPHlaEZZ8Q9jY6sKfugIn-iigo

To claim this, I am signing this object:

@Breuls
Breuls / OauthTester.php
Last active December 23, 2015 19:39
OAuthTester class
<?php
class OauthTester
{
private $consumerKey = '';
private $consumerSecret = '';
private $accessToken = '';