We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0a1f2 commit a6001c1Copy full SHA for a6001c1
auth/README.md
@@ -72,7 +72,9 @@ the [Facebook developer dashboard](https://developers.facebook.com):
72
```xml
73
<resources>
74
<!-- ... -->
75
- <string name="facebook_application_id" translatable="false">APPID</string>
+ <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>
78
</resources>
79
```
80
0 commit comments