| Package Data | |
|---|---|
| Maintainer Username: | ZhengHaoWei |
| Maintainer Contact: | jacob@mirk.co (Jacob Morris) |
| Package Create Date: | 2017-11-14 |
| Package Last Update: | 2017-11-17 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:11:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 12 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Install with composer... composer require panelplace/laravel-facebook-auth-passport
To set the Expiry Token and Refresh Token Expiry add this 2 Line code into your Laravel .env file
TOKEN_EXPIRY_IN = {{ Total day you want to set }}
REFRESH_TOKEN_EXPIRY_IN = {{ Total day you want to set }}
TOKEN_EXPIRY_IN = 15
REFRESH_TOKEN_EXPIRY_IN = 30
*which mean the token will expired in 15 days and refresh token will expired in 30 days
"laravel/passport": "^4.0"
"facebook/graph-sdk": "^5.6"