File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ the [Facebook developer dashboard](https://developers.facebook.com):
74
74
``` xml
75
75
<resources >
76
76
<!-- ... -->
77
- <string name =" facebook_application_id" translatable =" false" >APPID</string >
77
+ <string name =" facebook_application_id" translatable =" false" >APP_ID</string >
78
+ <!-- Facebook Application ID, prefixed by 'fb'. Enables Chrome Custom tabs. -->
79
+ <string name =" facebook_login_protocol_scheme" translatable =" false" >fbAPP_ID</string >
78
80
</resources >
79
81
```
80
82
@@ -375,7 +377,7 @@ easily overridden by name in your application. See
375
377
[ the built-in strings.xml] ( src/main/res/values/strings.xml ) and simply
376
378
redefine a string to change it, for example:
377
379
378
- ``` java
380
+ ``` xml
379
381
<resources >
380
382
<!-- was "Signing up..." -->
381
383
<string name =" progress_dialog_signing_up" >Creating your shiny new account...</string >
You can’t perform that action at this time.
0 commit comments