Application idea
Im developing a webapp that will display the latest media with a specific tag. This tag is used to publish information about what is happening in a large building. Every minute he checks the loaded media and adds them to the display.
Problem
I found that Instagram updated its API policy and added some limitations. The instagram app needs to be reviewed before it becomes publicly available. The problem is that the review process requires a complete demonstration of the functionality used, but I cannot get it to work before I review it ...
How it works
I get an access token with:
https://api.instagram.com/oauth/authorize/?client_id=xXxXx&redirect_uri=http://thewebapp.dev/&response_type=token
I get accesstoken and try to get media using: https://api.instagram.com/v1/tags/theTag/media/recent?&callback=window.feed.load&access_token=xXxXx&callback=jQuery183033466151752509177_1450854322095&_=1450854322117
API:
{"meta":{"error_type":"OAuthPermissionsException","code":400,"error_message":"This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."}}
?
https://api.instagram.com/v1/tags/nofilter/media/recent?access_token=ACCESS_TOKEN
( )
, . ?