refuel4/facebook-object

Object Oriented Interface For Facebook Graph Objects

2.0.0 2015-11-12 02:02 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:06:04 UTC


README

Fancy Wrapper Of Facebook PHP SDK.

How To Use

$repository = new \ReFUEL4\FacebookObject\Repositories\UserRepository($session);
$me = $repository->me();
print $me->name;

License

This library is available under the MIT license. See the LICENSE file for more info.