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:

  1. i cannot test api in sandbox due fact public_content scope available approved applications.
  2. 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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -