Questions tagged [facebook-feed]
62 questions
72
votes
6 answers
How to embed a Facebook page's feed into my website
I am working with a group to help promote a charity event. The page I would like to embed is NOT my Facebook profile, but a Facebook page someone has created.
I would like to show that news feed in my webpage. If I need to get info/access from this…

NickG
- 871
- 3
- 11
- 18
18
votes
3 answers
Feed dialog generating errors with iOS SDK
UPDATE: This problem was resolved when facebook fixed their service.
I'm trying to get the feed dialog to work for sharing with facebook. I had it all working before with the old, deprecated API and SDK, but have just moved to using the current…

Roger
- 15,793
- 4
- 51
- 73
17
votes
5 answers
How to attach 5 images to a Facebook feed post using Facebook ios sdk 3.0
I'm trying to post to the user's feed something like this (it initially shows only one image but when you click "show more" you see all five images)
My code looks like this :
NSMutableArray *properties = [[NSMutableArray alloc]…

Moxy
- 4,162
- 2
- 30
- 49
12
votes
2 answers
Is it possible to get a facebook feed to a closed group that I belong to but do not own?
I know it's possible to get an rss feed or whatever for wall posts of groups. However, every time I try it with a closed group that I belong to, it doesn't work. Is this possible if you aren't the admin or owner of a group but just a member? Here…

user1888959
- 329
- 2
- 11
12
votes
2 answers
Posts from Instagram not showing up on Facebook Open Graph API
I have an issue with Facebook OpenGraph API. Whenever I request data using either '/home' or '/feed', none of the posts from Instagram showed up.
I've been googling around and apparently some people raised the same issue with no solution yet. And I…

Goni
- 251
- 3
- 8
9
votes
2 answers
Graph Api: Post to my page feed as a user, NOT as the page
I've been struggling with the graph api since this morning.
I'm trying to post a message to my facebook page, but NOT as the page, as myself (user).
When i try to post to a friend's page everything works fine and the message is posted, but when i…

Olivier
- 1,270
- 1
- 10
- 24
8
votes
2 answers
Getting error when trying to open a feed dialog
I am getting the following error when trying to open a feed dialog..
An error occurred. Please try again later.
Do I need to have users authorize the app to post on their wall? I was thinking it wouldn't because this would not be something that gets…

Dustin
- 4,314
- 12
- 53
- 91
8
votes
2 answers
Facebook API page feed didn't send information to my webhook?
I'm admin of my test app, and my test page.
Now I'm doing a function get page's feed realtime by webhook, just only on development mode.
When I click test button on App's Dashboard, It has been sent to my webhook. But when I comment or like ... the…

kevin
- 105
- 2
- 8
8
votes
2 answers
posts in group feed have unavailable content
I am an admin of a private group in facebook and I would like to use facebook API to scrap all group posts.
I used graph api explorer to generate an access token with read_stream, friends_group and user_groups permissions.
When I access the group…

sergiofbsilva
- 1,606
- 15
- 20
8
votes
3 answers
Facebook page's posts feed
Does anyone know how to fetch a facebook page's rss-feed nowadays? When I log in as a page and go to http://www.facebook.com/feeds/notifications.php?id=xx&viewer=xx&key=xx&format=rss20, I get an empty feed. Is there a corresponding "page" feed that…

Kalle Stropp
- 103
- 1
- 1
- 4
6
votes
1 answer
News Feed via Graph API 'outdated'
On the Graph API documentation, the following is in brackets next to the News Feed endpoint:
this is an outdated view, does not reflect the News Feed on facebook.com
This is a fairly critical method in any app using the Graph API, so what are we…

Jack
- 662
- 5
- 14
6
votes
2 answers
What is the Fb.ui feed picture size limits?
I'm using the Fb.ui feed and I'm trying to find the picture size limits/requirements. Not all of my images appear using the feed, and I'd like to know exactly what the image requirements are. This is not well documented.

JZ.
- 21,147
- 32
- 115
- 192
5
votes
1 answer
How do I get the most recent comments of Facebook?
So I have a comments box of Facebook on my site ( one on each article I have on my blog ). My client likes a widget with the most recent comments on his site. I found the Activity Feed with the note:
Activity is also displayed when users share…

Mark
- 16,906
- 20
- 84
- 117
5
votes
1 answer
Group feed lacks polls
I'm fetching a group's feed https://graph.facebook.com/my_group/feed, but it completely ommits polls and links posted in group. Is there a way to get polls along with other posts?

phil pirozhkov
- 4,740
- 2
- 33
- 40
5
votes
1 answer
In what formats is the feed of Facebook pages available?
Facebook pages have the RSS URL to get the updates, for example http://www.facebook.com/feeds/page.php?id=00000000000000&format=rss20.
I see that there is a corresponding JSON version at…

Alessio
- 81
- 1
- 3