Questions tagged [facebook-feed]
62 questions
2
votes
0 answers
How do I prevent my opengraph action stories from being aggregated in the news feed?
I have an OpenGraph action posting working. It appears as I want in the timeline, but only appears as an aggregation in the newsfeed, without any of the story attachments. How can I make it appear the same way in the newsfeed as it appears in the…

Chris Westin
- 1,160
- 1
- 12
- 12
1
vote
2 answers
How to display news feed of facebook profile once we are logged in through Android Application?
I want to do a facebook integration in my Android Application. So for that once I click on the Facebook Login, it will ask me to enter my Username and Password of the Facebook. And it works completely.
But I want to do like this: once I click on the…

user1221162
- 71
- 1
- 1
- 6
1
vote
1 answer
How I can Retrive News Feed using FQL
I am working on WPF app and I want to get news feed using FQL so that I have the appID and Token I am new to this so can anybody help me how I can get this news feed in facebook..
Thank you..!!!

Jitendra Jadav
- 355
- 1
- 8
- 19
1
vote
0 answers
Facebook Feed Dialog - Post without a link
I am trying to use the Facebook Feed Dialog to post a plain text message. According to the docs this should be possible by simply leaving the 'link' parameter empty'
https://developers.facebook.com/docs/sharing/reference/feed-dialog
"The link…

Lee
- 84
- 4
1
vote
0 answers
Facebook Feed Dialog doesn't always show image
I have a Drupal site that allows users to share content to some networking/social websites - in this case, facebook specifically. We had a feed dialog set up to handle this sharing such as:

ConorBaumgart
- 493
- 1
- 3
- 18
1
vote
0 answers
FacebookFeed October CMS plugin return errors
The message I got "could not authorize request. please check your facebook AppID, page id and secret!". How can I fix it?

SRENG Khorn
- 1,201
- 1
- 12
- 22
1
vote
0 answers
facebook feed used only android web browser error fired
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxxxxxxxxx', // App ID
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the…

Seung Beom Kim
- 83
- 4
1
vote
1 answer
FB UI; I Can't post dialog without 'Say something about this'
I am having trouble with FB UI and its JavaScript SDK feed dialog.
I Can't post on wall message with an empty 'Say something about this' field. I receive a success response after my send, but the message is not displayed on the wall. If I write…

Sergey Belyakov
- 159
- 9
1
vote
1 answer
Unable to resolve FaceBook Fan Page RSS June 2015
I was pulling RSS feed from a few Fan Pages and posting to our sites. suddenly Facebook seems to have blocked or shut off RSS feeds. I am not finding a good solution or method to pull these posts from a few facebook pages ... Anyone have any…

user3052061
- 21
- 3
1
vote
1 answer
Best way to achieve automatic posting to facebook using nodejs
I'm developing a nodejs app which basically posts in an automatic way, videos to a Facebook page. I'm the admin of the page so user auth should be done once. Up until now, I was using an unpublished facebook app to test it, but I just realize that…

Tomás Ciccola
- 23
- 6
0
votes
1 answer
I am having significant trouble getting items to post a read News items in the time line
I can't seem to get a post to work for our news items as FB News items. I was able to create a whole custom type and I discovered the News specific option after I had implemented a standard object:action setup successfully so conceptually this…

Greg Stout
- 1
- 2
0
votes
1 answer
Facebook shows news feed messages that aren't returned by any of the APIs
I noticed that my feedback news feed shows certain posts that aren't returned by any of the API's. (I tried the GraphAPI and the legacy REST API and FQL).
I can see those status updates at http://facebook.com on my news feed and I can also see them…

Ben
- 1
0
votes
0 answers
how can I get picture from post that published public "Buy and Sell" group?
I need to take a picture from "buy and sell" group... from a regular(public) group I'm took the pictures with attachments but from "buy and sell" group it does not show me.
I will glad for help

May Tzur
- 1
- 1
0
votes
0 answers
How can I get the name of the user that published post in a public Facebook group?
I already have the following permissions: 'groups_access_member_info', 'Groups API', 'pages_messaging'.
My direction was 'user_posts' permission that rejected and I don't know what to fix in submitting this request. I also thought about via and…

May Tzur
- 1
- 1
0
votes
0 answers
Facebook feed generation
I am trying to generate an xml for facebook feed using php with utm parameters. The xml is generated with utm parameters in the link tag but when going to that post in facebook page and clicking on the post, utm parameter is not attached with it.…

Abhijeet Verma
- 511
- 4
- 5