action instagram_get_users_self_feed { label: "See the authenticated user's feed." description: "See the authenticated user's feed.\n\n**Warning:** [Deprecated](http://instagram.com/developer/changelog/) for Apps created **on or after** Nov 17, 2015\n" provider: instagram method: GET path: "/users/self/feed" encoding: json input: { type: "object" properties: { count: { type: "string" } max_id: { type: "string" } min_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }