action instagram_get_users_self_media_liked { label: "See the list of media liked by the authenticated user." description: "See the list of media liked by the authenticated user. Private media is returned as long as the authenticated\nuser has permission to view that media. Liked media lists are only available for the currently authenticated\nuser.\n" provider: instagram method: GET path: "/users/self/media/liked" encoding: json input: { type: "object" properties: { count: { type: "string" } max_like_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }