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.
2 parents 8c8d747 + 0085a62 commit bc638b1Copy full SHA for bc638b1
README.md
@@ -104,7 +104,7 @@ Pos. | Name | Type
104
17 | Twitter:Email | String
105
18 | Twitter:Display Name | String
106
19 | Twitter:Photo URL | String
107
-20 | Github:Id | String
+20 | Github:ID | String
108
21 | Github:Email | String
109
22 | Github:Display Name | String
110
23 | Github:Photo URL | String
@@ -130,8 +130,8 @@ The JSON file should looks like this:
130
"displayName": "Test User",
131
"photoUrl": "http://photo.com/123",
132
"providerUserInfo": [ {
133
- "providerId": “facebook.com”
134
- "rawId": “123”,
+ "providerId": "facebook.com",
+ "rawId": "123",
135
"email": "[email protected]",
136
"displayName": "Test FB User",
137
"photoUrl": "http://photo.com/456"
0 commit comments