jquery-instagram icon indicating copy to clipboard operation
jquery-instagram copied to clipboard

Instagram unshown

Open ghost opened this issue 9 years ago • 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.

ghost avatar Jun 03 '16 10:06 ghost

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/.

potomak avatar Jun 03 '16 13:06 potomak

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 avatar Jun 04 '16 01:06 xwisnux

@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 avatar Jun 04 '16 17:06 potomak

@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.

xwisnux avatar Jun 05 '16 02:06 xwisnux

@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.

ghost avatar Jun 08 '16 05:06 ghost