fortnite-php icon indicating copy to clipboard operation
fortnite-php copied to clipboard

A PHP wrapper for the official Fortnite API

Results 28 fortnite-php issues
Sort by recently updated
recently updated
newest added

Acording to this error message I'm getting when calling the persona API, it will shutdown mid february. We need an alternative way to lookup an username id `{ "errorCode" :...

Hey, I get the error code errors.com.epicgames.accountportal.session_invalidated on the https://www.epicgames.com/id/api/login endpoint if I try to login with an account. Someone know what they changed? It's since today

Is there any way to pull friend messages and requests from the API?

The security mechanism of the API changed today, and thus the library stopped working. Here is another similar library with the same issue: https://github.com/qlaffont/fortnite-api/issues/192

So now IOS got an update and it now has SSL pinning enabled. Could you provide us with a patch?

hi, i still use this api with php and get this error when search someone users. `Fatal error: Uncaught exception 'Fortnite\Exception\UserNotFoundException' with message 'User NAMEPLAYER was not found.' in /web/htdocs/src/vendor/tustin/fortnite-php/src/Stats.php:79...

Hello, I was wondering if there's a way to see if a player is currently in a game.

Know anyone how to convert or decode the offerId for items at the store. EX: offerId: 11fb033c9cf9e251b35b7487cdea9357135054de607c011913609b06eae7d8d9 (I get this string direct from Epic Games API). TO: Item ID (api):...