收到所有喜欢特殊照片的人的名单

receiving a list of all the people who done like a special picture

我想收到一份像特殊图片一样完成的人员名单,但我不能。 我用这个 url:

https://api.instagram.com/v1/media/{media-id}/likes?access_token=ACCESS-TOKEN

但是使用 url 的结果收到这个 json :

{"meta": {"code": 200}, "data": []}

????????如果我喜欢这张照片就注册了一个案例

{"meta": {"code": 200}, "data": [{"username": "hamed.m1997", "profile_picture": "https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xat1/t51.2885-19/s150x150/14712441_723099691174703_691272611174285312_a.jpg", "id": "1522131692", "full_name": "hamed mansouri"}]}

感谢帮助

当您的应用程序处于沙盒模式时,您只能获取有关您自己和沙盒用户的信息。

https://www.instagram.com/developer/sandbox/