File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ For detailed instructions read blog on how to [setup Azure App Services to creat
2121
2222## Setup Azure App Services with Authentication
2323If you wish to save score using Facebook identity:
24+
24251 . [ Create Facebook app] ( https://developers.facebook.com/apps/ )
25262 . Fill in the [ Azure App Services] ( https://portal.azure.com/ ) Authentication settings with Facebook App Id & App Secret.
26273 . Paste [ Facebook access user token] ( https://developers.facebook.com/tools/accesstoken/ ) into Unity access token field to enable Login button.
@@ -39,6 +40,7 @@ table.insert(function (context) {
3940
4041## Setup Azure App Services custom APIs with ** Easy APIs**
4142With [ Azure App Services] ( https://portal.azure.com/ ) you can create custom APIs using ** Easy APIs** .
43+
42441 . Create a 'hello' api to say hello! (Example Easy API message script below)
43452 . Create a 'GenerateScores' api to generate 10 random scores. (Example Easy API query script below)
4446
You can’t perform that action at this time.
0 commit comments