iatek / jquery-socialist

jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin.
http://plugins.in1.com/socialist
MIT License
630 stars 214 forks source link

Not all Facebook items loading #97

Open TeamRainless opened 10 years ago

TeamRainless commented 10 years ago

On my home page for example ( http://thewholedamnshow.com ) 42 items should be loaded but only 16 items are loading. I first noticed this on my radio station page ( http://liquid-radio.com ) where 142 facebook items should be loaded but less than half that are loading. This only started a few weeks ago. Did facebook change their api limiting the amount of data that could be retrieved at once?

kochecc2 commented 10 years ago

I also see this, but I think it has something to do with the type of post. Do the one that are not included in your feed contain external links? I think a "shared link" is treated differently. I am going to look into how the items are chosen and see if we can get these items included.

TeamRainless commented 10 years ago

Actually I figured it out: If the page doesn't contain an image that is at least 480 in width... then the box won't show.

On Thu, May 1, 2014 at 7:19 PM, Chris Kochel notifications@github.comwrote:

I also see this, but I think it has something to do with the type of post. Do the one that are not included in your feed contain external links? I think a "shared link" is treated differently. I am going to look into how the items are chosen and see if we can get these items included.

— Reply to this email directly or view it on GitHubhttps://github.com/iatek/jquery-socialist/issues/97#issuecomment-41932074 .

kochecc2 commented 10 years ago

url:'http://graph.facebook.com/|id|/photos?limit=|num|'

Ok, it looks like socialist is only looking at photos now. When I changed this to posts or links, it throws a 104 error:

{"error": {"message": "An access token is required to request this resource.","type": "OAuthException","code": 104}}

I'm sure there is a way to get these, but it would probably require interfacing with a facebook app owned by the pageowner. I will be working on this soon, so unless it already exists, I will post my results here when I get it working.