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
963 stars 304 forks source link

Instagram is not working #202

Open bleni22 opened 8 years ago

bleni22 commented 8 years ago

I've tried everything: http://www.colorwand.de/test/index.html

HartLarsson commented 8 years ago

please use chrome browser , press F12 and look the debug console, the error is easy to detect. in the line: client_id: '747167cae0b84efeafdbe93d13258b73' you forget to put the comma after the value, and is needed because your have access_token value then

bleni22 commented 8 years ago

Hi, thanks for the quick help . Now I have an error in the jquery.socialfeed.js line 515. " connot read porperty 'id' of undefined .

HartLarsson commented 8 years ago

this is due to the fact you try to read instagram from another account with tokens and ID of yours. Please use YOUR instagram account.

With latest Instagram API che Client ID can be omitted.

bleni22 commented 8 years ago

Sorry but i use my Account: https://api.instagram.com/oauth/authorize/?client_id=747167cae0b84efeafdbe93d13258b73&redirect_uri=http://www.colorwand.de&response_type=code it´s my client_id and i get this access_token: eed66767746c4bc3955844095da26eff

HartLarsson commented 8 years ago

the problem was the accounts you used before @teslamotors and #teslamotors please try to use only @bleni22 and not the hashtag search to see if works.

Check that instagram permission are correct. there is a post around that explain what to do

bleni22 commented 8 years ago

accounts: ['@bleni22','#bleni22'], client_id: '747167cae0b84efeafdbe93d13258b73', token) access_token: 'eed66767746c4bc3955844095da26eff'

Disable implicit OAuth: is off

bleni22 commented 8 years ago

Client Status: Sandbox Mode

is that OK?

bleni22 commented 8 years ago

without hashtag is the same error. accounts: ['@bleni22'],

bleni22 commented 8 years ago

Ok same here: https://github.com/pavelk2/social-feed/issues/156

HartLarsson commented 8 years ago

please, as i told you check permissions on the instagram developer account.

bleni22 commented 8 years ago

It´s not possible: https://elfsight.com/blog/2015/11/no-more-need-in-instagram-client-id-after-november-17-2015/

bleni22 commented 8 years ago

Permissions - Review Status - N/A

flourigh commented 7 years ago

1# create a SandBox aplication 2# register a SandBox User or Users (max 10) 3# Capturate a User Id and User Token on Your Application or ThirdParty Application: example http://dkteclive.com/plugins/instagram/home.php 4# Paste a User Id and User Token in instagram: {accounts: ['&USERID'], access_token: 'USERTOKEN'}, Do not remove a & in USERID

Demo http://dkteclive.com/plugins/instagram/

mscarda commented 7 years ago

Any way to show only the #hashtag feed instead the user feed?

thanks