From 4afd99f5093f5d542db6358532ba9e0ecb008955 Mon Sep 17 00:00:00 2001 From: Md Nazmul Hasan Date: Thu, 28 Mar 2024 20:41:53 +0600 Subject: [PATCH] update composer and readme file --- .gitignore | 12 ++++++++++++ README.md | 1 + composer.json | 10 ++++++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d75451 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.phpintel +.idea +.vscode +.env +*.log +*.iml +*.composerLog +*.zip +vendor/ +logs/ +works + diff --git a/README.md b/README.md index 4a8ed17..05f4f79 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 5bd658d..4e9c59b 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "fb-page-feed", "facebook-page-poster" ], + "homepage": "https://github.com/Nazmul7989/laravel-facebook-post", "autoload": { "psr-4": { "NazmulHasan\\LaravelFacebookPost\\": "src/" @@ -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": {