jquery-socialist
jquery-socialist copied to clipboard
Not all Facebook items loading
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?
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.
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 [email protected]:
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 .
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.