Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all Facebook items loading #97

Open
TeamRainless opened this issue Feb 12, 2014 · 3 comments
Open

Not all Facebook items loading #97

TeamRainless opened this issue Feb 12, 2014 · 3 comments

Comments

@TeamRainless
Copy link

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
Copy link

kochecc2 commented May 1, 2014

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
Copy link
Author

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//issues/97#issuecomment-41932074
.

@kochecc2
Copy link

kochecc2 commented May 1, 2014

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.

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

No branches or pull requests

2 participants