Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Instagram unshown #59

Open
ghost opened this issue Jun 3, 2016 · 5 comments
Open

Instagram unshown #59

ghost opened this issue Jun 3, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Jun 3, 2016

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.

@potomak
Copy link
Owner

potomak commented Jun 3, 2016

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

@xwisnux
Copy link

xwisnux commented Jun 4, 2016

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 });

@potomak
Copy link
Owner

potomak commented Jun 4, 2016

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

@xwisnux
Copy link

xwisnux commented Jun 5, 2016

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

@ghost
Copy link
Author

ghost commented Jun 8, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants