Querying the Instagram API in Sandbox mode for getting the media liked by the user related to the token, I get no data. Of course the user is authorized to use the App in Sandbox.
GET: https://api.instagram.com/v1/users/self/media/liked?access_token=ACCESS-TOKEN (Indeed the ACCESS-TOKEN part is substituted with the real token get after the Authorization.)
Response: {"pagination": {}, "meta": {"code": 200}, "data": []}
Am I getting nothing because is in Sandbox mode or am I missing something?