Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nathanbeigel/php-graph-sdk

Tags

5.5.0

Toggle 5.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
* Added support for options with batch requests.

* Bumped Graph API version to v2.9.

5.4.4

Toggle 5.4.4's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Add a MIME type for SRT files

5.4.3

Toggle 5.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Fix a bug that would throw a type error in `GraphEdge` in some cases

5.4.2

Toggle 5.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Add check for PHP 7 CSPRNG first to keep mcrypt deprecation messages …

…from appearing in PHP 7.1 (facebookarchive#692)

5.4.1

Toggle 5.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Fix a bug that does not properly parse response headers when they con…

…tain the colon character

5.4.0

Toggle 5.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
- Bump Graph API version to v2.8.

- Auto-cast `cover` field to `GraphCoverPhoto` and `picture` field to `GraphPicture` in `GraphPage`. (facebookarchive#655)
- Add `getCover()` and `getPicture()` to `GraphPage`. (facebookarchive#655)

5.3.1

Toggle 5.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Fix bug where polyfills file fails to included properly when using th…

…e built-in auto loader

5.3.0

Toggle 5.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Bump Graph API version to v2.7

5.2.1

Toggle 5.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
- Fix notice that is raised in `FacebookUrlDetectionHandler` (faceboo…

…karchive#626)

- Fix bug in `FacebookRedirectLoginHelper::getLoginUrl()` where the CSRF token gets overwritten in certain scenarios (facebookarchive#613)
- Fix bug with polyfills not getting loaded when installing the Facebook PHP SDK the manual way (facebookarchive#599)

5.2.0

Toggle 5.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
SammyK SammyK
Bump Graph version to v2.6; add new Birthday class; add better error …

…checking for app IDs