forked from facebookarchive/python-instagram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser_media_feed.json
More file actions
79 lines (79 loc) · 2.67 KB
/
user_media_feed.json
File metadata and controls
79 lines (79 loc) · 2.67 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
{
"pagination": {
"next_url": "http://localhost:8000/publicapi/v1/users/self/feed?q=iphone&lat=37.771&access_token=DEBUG&lng=-122.221&max_id=3382520",
"next_max_id": 3382520
},
"meta": {
"code": 200
},
"data": [
{
"type": "image",
"location": {
"latitude": 37.781089999999999,
"id": null,
"longitude": -122.3946,
"name": null
},
"tags": [],
"comments": {
"count": 1,
"data": [
{
"created_time": "1296272101",
"text": "O hai.",
"from": {
"username": "mikeyk",
"first_name": "Mike",
"last_name": "Krieger!!",
"type": "user",
"id": "4"
},
"id": "2611719"
}
]
},
"caption": {
"created_time": "1296272101",
"text": "O hai.",
"from": {
"username": "mikeyk",
"first_name": "Mike",
"last_name": "Krieger!!",
"type": "user",
"id": "4"
},
"id": "2611719"
},
"link": "http://localhost:8000/p/M5z4/",
"likes": {
"count": 0
},
"created_time": "1296673135",
"images": {
"low_resolution": {
"url": "http://distillery-dev.s3.amazonaws.com/media/2011/02/02/b6073350d89644ccb253b89ead6c75da_6.jpg",
"width": 480,
"height": 480
},
"thumbnail": {
"url": "http://distillery-dev.s3.amazonaws.com/media/2011/02/02/b6073350d89644ccb253b89ead6c75da_5.jpg",
"width": 150,
"height": 150
},
"standard_resolution": {
"url": "http://distillery-dev.s3.amazonaws.com/media/2011/02/02/b6073350d89644ccb253b89ead6c75da_7.jpg",
"width": 612,
"height": 612
}
},
"user_has_liked": false,
"id": "3382520",
"user": {
"username": "mikeyk",
"profile_picture": "http://distillery.s3.amazonaws.com/profiles/profile_4_75sq_1292324747_debug.jpg",
"id": "4"
}
}
]
}