pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Instagram broken #150

Open pbuzdin opened 8 years ago

pbuzdin commented 8 years ago

images doesnt load at all!

robguy21 commented 8 years ago

In case anyone else comes across this issue

Line 16 of jquery.socialfeed.js sets show_media to false which limits what you can get https://github.com/pavelk2/social-feed/blob/gh-pages/js/jquery.socialfeed.js#L16

So just set show_media to true as a general setting and you're good to go

ChristianBruun commented 8 years ago

But I still can't receive pics from instagram... Anyone having a solution?

robguy21 commented 8 years ago

@ChristianBruun my instagram and facebook feed just dropped (or rather, I just noticed it dropped) so I'm going to look into fixing it today. Will update here if I find a solution

robguy21 commented 8 years ago

@ChristianBruun can you post your code please, mine is working fine.

ChristianBruun commented 8 years ago

@robguy21 I think my problem is my instagram token. If I replace my token with the one provided in the code, it works.

Could it maybe have something to do with the sandbox mode at Instagram?

robguy21 commented 8 years ago

@ChristianBruun An hour ago instagram api went down for me so just be weary if you get a GET ... jquery.js error that it's the instagram API that's down.

I'm assuming you're working with the default template and that you're declaring it properly.

Just double check that over at www.instagram.com/developer/clients/your_client under security 'Disable Implicit OAuth' is unchecked ... that fixed one of my problems so it may be yours as well.

Let me know when you get it to work, I know how frustrating it is when things just don't work.

xtph commented 8 years ago

Had the same porblem. This helped me: http://www.pinceladasdaweb.com.br/instagram/access-token/ to generate a thoken

ChristianBruun commented 8 years ago

@xtph Thank you for sharing your thoughts. Somehow that access_token solved the problem :) +1