Using the instagram api with my own account's credentials -
i have simple use case instagram api: want display media related specific tag. e.g. get/tags/tbt/media/recent
. not need users authenticate instagram this, merely wish use own account , access_token
make api requests.
unfortunately, i've run 2 problems:
- i cannot test api in sandbox due fact
public_content
scope available approved applications. - my app submission denied because did not provide screencast showcasing usage of instagram authentication flow (my use case not have one, , explained did not need users authenticate).
currently, api seems geared towards larger, richer integrations, , doesn't leave lot of space applications own.
is there way accomplish want given new access_token
flow?
Comments
Post a Comment