Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 8b865d3

Browse files
authored
Merge pull request #758 from klausbreyer/5.4
Update README.md
2 parents 5d0c486 + 44ba495 commit 8b865d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The Facebook PHP SDK can be installed with [Composer](https://getcomposer.org/).
1616
composer require facebook/graph-sdk
1717
```
1818

19+
Please be aware, that there are issues when using the Facebook SDK together witz [Guzzle](https://github.com/guzzle/guzzle) 6.x. php-graph-sdk v5.x only works with Guzzle 5.x out of the box. However, [there is a workaround to make it work with Guzzle 6.x](https://www.sammyk.me/how-to-inject-your-own-http-client-in-the-facebook-php-sdk-v5#writing-a-guzzle-6-http-client-implementation-from-scratch).
20+
1921
## Upgrading to v5.x
2022

2123
Upgrading from v4.x? Facebook PHP SDK v5.x introduced breaking changes. Please [read the upgrade guide](https://www.sammyk.me/upgrading-the-facebook-php-sdk-from-v4-to-v5) before upgrading.

0 commit comments

Comments
 (0)