Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
42 views

Is it possible to change link description and name on Facebook news feed

I used Facebook iOS SDK and prepare Facebook post graph - (id)fillGraphObjectWithItem: (id)item { id postParams = [FBGraphObject graphObject]; [postParams setObject:message ...
-1
votes
1answer
105 views

How to Add news from my website to Facebook [closed]

I want to add news to facebook directly from my website. In other words, when I add news to website it should also go to my facebook page. iam using php for my website. it is not a blog I am struck ...
1
vote
1answer
39 views

Facebook & Android - GraphAPI or FQL?

If I want to display the user his news feed \ profile etc in a mobile android app, What should I use to acquire the data? GraphAPI or FQL? Is there any data that is available in one of the methods ...
1
vote
1answer
259 views

Missing content in newsfeed: https://graph.facebook.com/me/home?

If I compare the content on https://graph.facebook.com/me/home?access_token=... and my actual facebook news feed, they are not the same as each other ie one has content that the other doesn't have and ...
0
votes
0answers
165 views

feed gaming: Has anyone succesfully used? [closed]

I'm having problems to create an Open Graph object which implements the og:video meta tag. It's my first experience creating Open Graph object and I don't know what step I'm missing. ...
1
vote
1answer
585 views

News Feed on Android

I'd like to create something of the style the facebook newsfeed. I understand that this should not be simple. So I would just like some idea of ​​how I can develop it. That's what I want to create: ...
1
vote
0answers
215 views

Like Box “show more” button opens another Like Box in another tab

In the like box, when i scroll down to the end of the news stream and click the show more button it opens the like box in a new tab. And doesn't show older news. Please help, thanks.
0
votes
1answer
122 views

I am trying to retrieve the news feed for a particular type using the Graph API

I've tried searching and can't find an answer.. I want to retrieve the activity feed but of a certain type to eliminate extra processing in my code. ...
-2
votes
1answer
533 views

App page posts through app is not showing up on mobile news feed

I am experiencing a quite rare issue. I post on one of my Facebook pages with a granted application. That traffic goes to my website. From one day to the other, the mobile visitors went from 30% to ...
5
votes
1answer
1k views

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 ...
0
votes
2answers
243 views

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 ...
0
votes
1answer
220 views

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 ...
0
votes
1answer
180 views

Is the news.reads action on the Open Graph available yet?

I'm having the same issue as described in this post: How to get the built in news.reads action to publish to Facebook? I noticed this question was posted way back in October. Is this feature still ...
0
votes
1answer
17 views

Trouble publishing with the social news feature on facebook

Basically I want a page view on my site to equal a view in the new 'news' section of facebook> I've seen the Guardian, Wall Street Journal and other publications do this but I've no idea how to get it ...
0
votes
1answer
167 views

Submitting game dashboard news items with C# SDK

I'm looking for samples/references to submitting dashboard news items. I see the REST API is getting deprecated, and after too many hours looking, I can't find any documentation on submitting game ...
0
votes
1answer
58 views

Best way to publish information without overloading people [closed]

I run a football (soccer) website that currently publishes live scores to several twitter accounts. What I want to do is enable facebook users to choose a league/team and receive updates on their ...
0
votes
1answer
118 views

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 ...
0
votes
1answer
204 views

Facebook SDK iOS

i downloaded Facebook SDK and my goal is to develop a complete Facebook client. I need to know if the SDK contains all methods and classes i have to use to develop a complete FB client. To see wall, ...
1
vote
3answers
2k views

Facebook Share/Like Button -> News Feed

I need a facebook share/like button on my page, that posts my page with picture, title, description etc. into the news feed. I've created one with the Facebook "Like-generator" and bring it succesful ...
0
votes
1answer
484 views

iPhone FBConnect, dashboard.addnews

The question is: how to add news via FBConnect?? I have the following code: NSString *newsBody = @"[{\"message\": \"News message\" }]"; NSMutableDictionary *params = [NSMutableDictionary ...
1
vote
2answers
1k views

facebook newsfeed example

I'm trying to access the news stream to pan for certain events I'm running into a few issues with the facebook developer toolkit does anyone have or can point me to an example of getting the news ...
-1
votes
2answers
806 views

Connect to Facebook from iPhone app and post to user's wall

1 . Within your iPhone app environment be able to connect to Facebook. 2 . Then post a comment & a chosen photo to your Facebook newsfeed: [ Comment: "Hey guys check out my photo! ] [Photo: ...