How does AWS GameKit integrate with Facebook login?

0

How is AWS GameKit integrating Facebook login, does it use inbuilt browser for opening an Amazon Cognito link or using Facebook's C++ SDK? How does this work on Android?

AWS
asked 2 years ago286 views
1 Answer
0
Accepted Answer

AWS GameKit provides an API to get a Facebook login URL which comes from Amazon Cognito. Then the game developer can open this URL in a web browser, and call an AWS GameKit API to poll for login completion. In the Unreal examples, we've demonstrated how to open the Facebook login URL in a web browser. We are working on adding mobile support to AWS GameKit (Android & iOS), and the same Facebook login example works on both Android and iOS. AWS GameKit does not use the Facebook C++ SDK.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions