question

William Revell avatar image
William Revell asked

Examples of Interacting with Playfab from a web frontend

Hey, we are currently using playfab with a unity application and can login, logout etc without any issue. We also have a web front end for the same product where we would like to be able to add/remove users and update data. We have a php backend and therefore have been looking into the php sdk, however it is in beta and the examples are 3-4 years old. Is there a better source for examples calling playfab from a web server?

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

·
Citrus Yan avatar image
Citrus Yan answered

Currently we don’t have a complete php backend server example for developers to refer to, sorry about that. If you’re just curious about how to call PlayFab server APIs from the server side, regardless of what the programming language is, then we do have some samples you might be interested in. For instance, the following is a C# code example that calls PlayFab APIs from Azure Functions hosted on Azure:

https://github.com/PlayFab/PlayFab-Samples/blob/master/Samples/CSharp/AzureFunctions/ExampleFunctions/Handlers.cs

For more samples you might be interested in, please navigate to our PlayFab-Samples repository.

10 |1200

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

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.