Skip to content

Commit a6001c1

Browse files
authored
Update README.md
1 parent cb0a1f2 commit a6001c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ the [Facebook developer dashboard](https://developers.facebook.com):
7272
```xml
7373
<resources>
7474
<!-- ... -->
75-
<string name="facebook_application_id" translatable="false">APPID</string>
75+
<string name="facebook_application_id" translatable="false">APP_ID</string>
76+
<!-- Facebook Application ID, prefixed by 'fb'. Enables Chrome Custom tabs. -->
77+
<string name="facebook_login_protocol_scheme" translatable="false">fbAPP_ID</string>
7678
</resources>
7779
```
7880

0 commit comments

Comments
 (0)