Does Instagram support client apps that want to display the public hashtag channel on their website?

I work for an agency that has added Instagram hashtag and custom feeds on websites. My old applications still work until June of this year ( https://www.instagram.com/developer/changelog/ ). Then they will need to approve Instagram to exit sandbox mode.

I understand that we need a valid access token using the public_content authority area . I read a lot of people who refused to use the Instagram application.

When I read their overview of permissions ( https://www.instagram.com/developer/review/ ) in the developer part of my site, I came across this question:

My company works with several clients, should I send one application per project? No, we do not approve applications created for one-time projects (for example, hashtag campaign, event, website). You should use a single client_id for all your integrations.

Do they approve applications that reuse client_id for multiple projects? For example, if I wanted to develop an application / client whose purpose was to show one public instram hashtag mechanism on websites. Would it be approved by Instagram if I reused client_id apps for multiple projects?

+4
source share
2 answers

Your use case is not approved. Thus, your client will not receive the approval to go live. You can still make these tag requests in Sandbox mode, but you will only get results from the last 20 posts. This short article describes how the Instagram API works since June 1 .

If you can get around the 20-post limit, you can use this tool to manually generate an Instagram API token with the desired public_contentscope.

+3
source

I do not think so.

I requested permission public_info for the simialr application for yours, but "DECLINED"

, . .

.

0

All Articles