Browse Source

Update facebook.md

Björn Ritzl 6 years ago
parent
commit
3c0e6bd93b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/manuals/facebook.md

+ 1 - 1
docs/en/manuals/facebook.md

@@ -96,7 +96,7 @@ The game now works through the Facebook URL provided as *Canvas Page*.
 The following basic test can be used to see if things are set up properly.
 The following basic test can be used to see if things are set up properly.
 
 
 1. Create a new game object and attach a script component with a new script file to it.
 1. Create a new game object and attach a script component with a new script file to it.
-2. Enter the following code in the script file:
+2. Enter the following code in the script file (this requires the use of Facebook extension v.2 or later):
 
 
 ```lua
 ```lua
 local function get_me_callback(self, id, response)
 local function get_me_callback(self, id, response)