instafeed.js
instafeed.js copied to clipboard
Option to specify which fields to request from API
Currently, Instafeed.js does not allow users to specific which fields are requested from the API. It hard-codes in the following fields:
- caption
- id
- media_type
- media_url
- permalink
- thumbnail_url
- timestamp
- username
A nice feature add would be an option (maybe apiFields[string]
?) that lets the user specify which fields should be requested from the API.
This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know. Thank you all for your contributions.