LeleDerGrasshalmi / FortniteEndpointsDocumentation

Fortnite & Epic Games Unofficial API Documentation
267 stars 70 forks source link

Gifting a friend #316

Closed randomnew24 closed 1 month ago

randomnew24 commented 1 month ago

Issue Checklist I have properly named the issue I looked in issues/discussions, if my question was previously answered

What is your question?

How do you make it possible to gift a friend? I'm using a discord bot and am getting this error:

Failed to send a gift: Failed to send a gift. Error: Sorry your login does not possess the permissions 'Fortnite:profile:{acc_id}: commands ALL' needed to perform the requested operation

LeleDerGrasshalmi commented 1 month ago

you need to use the correct account, YOUR account and fortnite user auth

randomnew24 commented 1 month ago

Yes, I am signed into my own account and using my Fortnite user auth, but I’m trying to gift a friend by providing their account ID.

LeleDerGrasshalmi commented 1 month ago

see? thats incorrect, you need to use your account id, the receiver account ids are in the payload, as specified in GiftCatalogEntry

randomnew24 commented 1 month ago

ah thank you, it worked.