Hi all,
I'm trying to use PlayFab API using AJAX but I dont get any response....
In the API documentation this is the example I have:
POST https://[TitleID].playfabapi.com/Client/RegisterPlayFabUser
Content-Type: application/json;
{
"TitleId": "1",
"Username": "theuser",
"Email": "me@here.com",
"Password": "thepassword"
}
How would you do to use this API with AJAX?
Has any of you tried PlayFab API with C2 with success???
Thanks in advance