Skip to content

Commit e5bde62

Browse files
authored
Merge pull request #395 from SUPERCILEX/patch-1
Fix README.md
2 parents ee4cc8f + a6001c1 commit e5bde62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

auth/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ the [Facebook developer dashboard](https://developers.facebook.com):
7474
```xml
7575
<resources>
7676
<!-- ... -->
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>
7880
</resources>
7981
```
8082

@@ -375,7 +377,7 @@ easily overridden by name in your application. See
375377
[the built-in strings.xml](src/main/res/values/strings.xml) and simply
376378
redefine a string to change it, for example:
377379

378-
```java
380+
```xml
379381
<resources>
380382
<!-- was "Signing up..." -->
381383
<string name="progress_dialog_signing_up">Creating your shiny new account...</string>

0 commit comments

Comments
 (0)