-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFacebookResponse.example
More file actions
22 lines (22 loc) · 889 Bytes
/
FacebookResponse.example
File metadata and controls
22 lines (22 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
id: '1026688868530111',
username: undefined,
displayName: 'Can Kaya',
name: { familyName: 'Kaya', givenName: 'Caner', middleName: undefined },
gender: undefined,
profileUrl: undefined,
photos: [
{
value: 'https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=1026688868530111&height=50&width=50&ext=1694807779&hash=AeQzA4gFgVGOCTeJu0w'
}
],
provider: 'facebook',
_raw: '{"id":"1026688868530111","name":"Can Kaya","picture":{"data":{"height":50,"is_silhouette":false,"url":"https:\\/\\/platform-lookaside.fbsbx.com\\/platform\\/profilepic\\/?asid=1026688868530111&height=50&width=50&ext=1694807779&hash=AeQzA4gFgVGOCTeJu0w","width":50}},"first_name":"Can","last_name":"Kaya"}',
_json: {
id: '1026688868530111',
name: 'Can Kaya',
picture: { data: [Object] },
first_name: 'Can',
last_name: 'Kaya'
}
}