Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhskohbo/accountkit
Facebook Account Kit SDK for PHP
https://github.com/anhskohbo/accountkit
account-kit accountkit facebook sms
Last synced: 3 months ago
JSON representation
Facebook Account Kit SDK for PHP
- Host: GitHub
- URL: https://github.com/anhskohbo/accountkit
- Owner: anhskohbo
- License: mit
- Created: 2018-06-09T15:18:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T15:45:58.000Z (over 6 years ago)
- Last Synced: 2024-10-30T16:20:34.843Z (3 months ago)
- Topics: account-kit, accountkit, facebook, sms
- Language: PHP
- Homepage: https://packagist.org/packages/anhskohbo/accountkit
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Account Kit SDK for PHP
## Install
```
composer require anhskohbo/accountkit
```## Usage
Follow the instruction from: https://developers.facebook.com/docs/accountkit/webjs
Example "server.php"
```php
";
$accountKitAppSecret = "";$client = new Client(new Config($facebookAppID, $accountKitAppSecret));
$token = $client->getAccessToken($_POST['code']);
$user = $client->getUser($token);var_dump($user);
var_dump($user->getPhoneNumber());
```## Contribute
https://github.com/anhskohbo/accountkit/pulls