Search code examples
apiinstagramscreencast

Instagram screencast video


I'm coding a new app working with the Instagram API. on the permissions panel, it asks me how I'm going to use the app, and asks me to put a video to a screen-cast of how it work will?

http://support.heateor.com/wp-content/uploads/2015/05/Instagram-Login-Permission-Review.png

Well, I don't have a ready working example because I am simply trying to make it. Where should I get the screen-cast video explaining how the app will work?


Solution

  • The permission panel should only be modified once you have the final flow ready.

    This is only used for submitting your app for review so as to change the app's status from sandbox to live(should you want to make it live).

    So since you are in development phase, don't bother about it now. You can use the API endpoints as you would expect after making it live (mind the sandbox factor, for more details,check out: Instagram API doesn’t find any liked posts for sandbox users).

    After testing, once you're satisfied with your flows, you can proceed for the use case (described in documentation) and the screencast of your app in motion.

    Hope it helps!