Skip to content

Commit

Permalink
update composer and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazmul7989 committed Mar 28, 2024
1 parent d2f5e81 commit 4afd99f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.phpintel
.idea
.vscode
.env
*.log
*.iml
*.composerLog
*.zip
vendor/
logs/
works

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ If you want to generate never expiry access token, you need to follow this step:
- Then debug this `long-lived-user-access-token` and you will get `app-scoped-user-id` from this debug information.
- Finally send get request to this url `https://graph.facebook.com/v19.0/{app-scoped-user-id}/accounts?access_token={long-lived-user-access-token}`. Now You will get never expiry page access token from this request and use this access token as `FACEBOOK_ACCESS_TOKEN`

If you face any issue or bug, please create an issue by using this link [https://github.com/Nazmul7989/laravel-facebook-post/issues](https://github.com/Nazmul7989/laravel-facebook-post/issues).

## License

Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"fb-page-feed",
"facebook-page-poster"
],
"homepage": "https://github.com/Nazmul7989/laravel-facebook-post",
"autoload": {
"psr-4": {
"NazmulHasan\\LaravelFacebookPost\\": "src/"
Expand All @@ -25,13 +26,18 @@
"authors": [
{
"name": "Md Nazmul Hasan",
"email": "nazmul.ns7989@gmail.com"
"email": "nazmul.ns7989@gmail.com",
"homepage": "https://github.com/Nazmul7989",
"role": "Developer, Maintainer"
}
],
"support": {
"email": "nazmul.ns7989@gmail.com"
},
"minimum-stability": "dev",
"require": {
"php": "^7.2|^7.4|^8.0|^8.1|^8.2|^8.3",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 4afd99f

Please sign in to comment.