Skip to content

Instantly share code, notes, and snippets.

View fordnox's full-sized avatar
:electron:
Combobulating

Andrius Putna fordnox

:electron:
Combobulating
View GitHub Profile
@fordnox
fordnox / Facebook.php
Created July 29, 2011 08:25
Very simple Facebook graph executor
<?php
namespace Ai;
class Facebook
{
private $token;
public function __construct($token)
{
$this->token = $token;