potomak/jquery-instagram

Instagram unshown

Opened this issue · 5 comments

Hello, This is Ryo, web director from Japan.

I have a question about Instagram plugin.
The website we built have not shown Instagram from yesterday.
could be cause of :https://www.instagram.com/developer/

could you clear this problem??

thank you.

Yes, it seems like the use case that this plugin tries to cover is not supported anymore by the new API policies.

I was trying to submit the example app used at http://potomak.github.io/jquery-instagram/ for review and this is the result:

This use case is not supported. We do not approve the public_content permission for one-off projects such as displaying hashtag based content on your website. As alternative solution, you can show your own Instagram content, or find a company that offers this type of service (content discover, moderation, and display).

screen shot 2016-06-03 at 9 48 34 am

More info at https://www.instagram.com/developer/review/.

Use userId and accessToken instead of clientId, this works for me. You can get your acces token here: http://instagramwordpress.rafsegat.com/docs/get-access-token/

$('.instagram.tag').on('didLoadInstagram', didLoadInstagram); $('.instagram.tag').instagram({ hash: 'YOUR_HASH', count: 12, userId: USER_ID, accessToken: ACCESS_TOKEN });

@xwisnux you're correct, thanks for pointing this out.

I must say I liked it better before when you didn't need to share an access token publicly to use the Instagram API.

@potomak Correct, but it seems that is our only best shot at the moment. Hopefully there will be another way than showing our access token.

@potomak @xwisnux
Thank you for telling it me!
It worked from using new access toke yesterday but it is unshown again....
I would search another way. though thank you for your reply.