Skip to content

Commit 5f3f909

Browse files
authored
Merge pull request facebookarchive#881 from tolbon/patch-3
Add "new" API Throttle code
2 parents 3b7da9e + b5ec180 commit 5f3f909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Facebook/Exceptions/FacebookResponseException.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ public static function create(FacebookResponse $response)
113113
// API Throttling
114114
case 4:
115115
case 17:
116+
case 32:
116117
case 341:
118+
case 613:
117119
return new static($response, new FacebookThrottleException($message, $code));
118120

119121
// Duplicate Post

0 commit comments

Comments
 (0)