-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestData.json
More file actions
119 lines (112 loc) · 2.74 KB
/
TestData.json
File metadata and controls
119 lines (112 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
// ALBUM
{
"auth" : "from: String",
"id" : "1",
"count" : 0,
"cover_photo" : "33",
"created_time" : "12:23:12",
"description" : "description: String",
"from" : "from: String",
"link" : "link: String",
"location" : "location: String",
"name" : "name: String",
"place" : "place: String",
"privacy" : "privacy: String",
"updated_time" : "updated_time: String",
"photos": ["1", "2"],
"OCid": "-1"
}
// PAGE
{
"auth": "1083346431",
"id": "null",
"about": "about == String",
"can_post": true,
"cover": "cover == String",
"description": "description == String",
"emails": ["emails == List[String]"],
"is_community_page": false,
"is_permanently_closed": false,
"is_published": true,
"like_count": 10,
"link": "link == String",
"location": "location == String",
"from": "1083346431",
"name": "name == String",
"parent_page": "parent_page == String",
"posts": ["posts == List[String]"],
"phone": "phone == String",
"last_used_time": "last_used_time == String",
"likes": ["1083346431"],
"members": ["1083346431", "984762113"],
"OCid": "-1"
}
// PROFILE
{
"auth": "1083346431",
"id": "1",
"bio": "String",
"birthday": "String",
"education": ["List"],
"email": "String",
"first_name": "String",
"gender": "String",
"hometown": "String",
"interested_in": ["List"],
"languages": ["List"],
"last_name": "String",
"link": "String",
"location": "String",
"middle_name": "String",
"political": "String",
"relationship_status": "String",
"religion": "String",
"significant_other": "String",
"updated_time": "String",
"website": "String",
"work": ["List"],
"cover": "String"
}
//FriendRequest
{
"auth" : "1",
"fromid" : "1",
"toid" : "2"
}
// Photo
{
"id": "String",
"album": "String",
"created_time": "String",
"from": "String",
"image": [12],
"link": "String",
"name": "String",
"updated_time": "String",
"place": "String",
"user_comments": ["String"],
"user_likes": ["String"],
"OCid": "-1"
}
// Comment
{
"id": "null",
"object_id": "1",
"created_time": "String",
"from": "String",
"message": "String",
"parent": "String",
"user_comments": ["Array[String]"],
"user_likes": ["Array[String]"]
}
//STATUS
{
"auth": "String",
"id": "null",
"created_time": "String",
"from": "String",
"location": "String",
"message": "String",
"updated_time": "String",
"OCid": "String"
}