Open stevenschobert opened 4 years ago
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.
Currently, Instafeed.js does not allow users to specific which fields are requested from the API. It hard-codes in the following fields:
A nice feature add would be an option (maybe
apiFields[string]
?) that lets the user specify which fields should be requested from the API.