question

Stephan avatar image
Stephan asked

How i pass authentication to other request (Unreal Blueprint)

Hello,

how i can pass the authentication or session ticket? I read it passed automatically througt.

6322-unreal-playfab-001.png

The Login works fine but Get Title Data return 1074, What is my mistake?

Thank you!

Title DataunrealAuthentication
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

Yes, the authentication Entity Token and session ticket are passing automatically.

According to the blueprint you provide, it seems that you are using Admin API request. Since the DeveloperSecretKey is required to call the Admin API and we don’t recommend calling Admin API on client side for DeveloperSecretKey should not be exposed to the client (hackers may use it to hack your game), you may need to use “Make ClientGetTitleDataRequest” node instead of using “Make AdminGetTitleDataRequest” node to call the GetTitleData API.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Stephan avatar image Stephan commented ·

Thank you.

I didnt notice that there are 2 nodes one in admin section one in client.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.