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
28 views

How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?

When we click on a Sound Cloud shared URL, it will start the flash content. Along with that below the flash content we can see the following message as shown in the image, if we have not liked the ...
0
votes
0answers
12 views

Difference between message and story in the Post response from its api?

I'm trying to store the feed of a user and following the below link, http://developers.facebook.com/docs/reference/api/post/ But I'm a bit confused between story and message And the response from ...
0
votes
1answer
40 views

Ability to add user-data to Facebook post and use it while quering thru FQL or Graph API

Is there a way to add user-data (a number or a string) and use it while querying posts from the stream of that page ? Essentially I am trying to make posts with certain attributes on a Facebook page ...
0
votes
1answer
214 views

Difference in result set between Graph API Explorer App and my app

I am hoping someone can shed some light on this for me, as it has been driving me mad for some time now. I have an application that is trying to read a users feed. The user has given sufficient ...
0
votes
0answers
31 views

Which has a wider reach: app stream_publish or page post?

I noticed page feed appears for users if they liked a page before, and the post meets some other factors as explained by FB. Do these same factors influence app stream_publish as well? Or is that a ...
0
votes
0answers
78 views

What does “@Total” mean in Facebook Insights, under Traffic>Stream Publish>Story Type?

To see what I'm talking about, go to Facebook Insights for an app, click "Traffic" on the left (you should land on the Stream page). Use the dropdown in the upper-left of this page that is labeled ...
1
vote
0answers
127 views

Facebook sream.publish not showing attachment thumbnail

I am posting a flash widget on facebook via facebook php sdk using facebook stream.publish. The attachment has swf source and image source etc. For some images, the thumbnail is not loaded and rather ...
0
votes
0answers
151 views

Mojibake (Chinese characters displaying incorrectly) while updating facebook status

Well, we can make a website that automatically update users' status, right? But I have come across a problem. Our target users are Chinese, which means the mother language is Chinese also, and I would ...
1
vote
1answer
2k views

Android: Facebook SDK - Share Post with description, thumbnail and title

I'm having trouble setting up a simple facebook wall post to the user's wall. I want a facebook dialog box to pop up on clicking a button with a thumbnail, description and title. I have tried the ...
1
vote
0answers
554 views

No longer able to push pre-compiled Photo Albums into the News Feed [closed]

As of 11 July (early AM hours) I am no longer able to push / post pre-compiled Photo Albums into the Facebook News Feed, Previous to 11 July I was able to simply add a new Photo to a existing ...
0
votes
0answers
104 views

Stream publish bug or feature?

Recently we have a lot of our users complaining that when they post their emotion icons from our app http://apps.facebook.com/moodweather/ , their publications are on their wall (their profile page) ...
2
votes
1answer
414 views

Facebook apps redirecting “via {APP_NAME}” to an existing pages

I created an app on Facebook. Thanks to this app, the users can publish on their wall. All works fine, but I would like to specify an url to redirect to when the user click on the link "via ...
2
votes
1answer
2k views

Post on Friends' Wall(s) via Facebook Actionscript 3 SDK

I'm absolutely new to programming and just managed to learn the basics of ActionScript 3. Now, I would like to learn how to post on my Friends' Walls via the as3 SDK using the UI class (taken from a ...
1
vote
0answers
54 views

Where is this dev/default copy coming from? 'The token “n-more-friends” will be replaced with a string like “4 more friends.”'

A page we've developed is generating some strange messages when multiple friends "like" it. It's a page with two admins and an association with a clean, empty dummy app. ...
1
vote
2answers
56 views

Reading user posts

I am planning to use facebook authentication for my application. I thought of using facebook account creation date to identify fake accounts. After extensive searching I retired without a solution. So ...
3
votes
3answers
582 views

FB.ui with method 'feed' is resulting in an 'unknown error' and CAPTCHA request

We're using code that we've used before, so I suspect that this may be site-related. In using a standard: FB.ui( { method: 'feed', app_id: '<?= $LDP->config->facebook->id ...
1
vote
1answer
228 views

Why are my links to my site disappearing from feeds after 2-3 hours?

I have a web site that gets quite a bit of traffic from Facebook. I've never had any problems sharing links to it on my Facebook page, but starting this afternoon, whenever I post a link to my web ...
0
votes
1answer
225 views

How to get Facebook to automatically publish articles when they are published on my site

I work for a tech blog and we are interested in having our stories published directly to Facebook when they are published on our site. How do I go about doing this? For example, we publish article ...
0
votes
2answers
3k views

Facebook group feed on my website

I manage a website for a sporting organisation and I want to have a section on the site that streams the organisation's Facebook activity. The organisation is an "open group". I've tried using the ...
1
vote
0answers
150 views

Precheck checkbox for posting a stream story

Is it within Facebooks App Policies to have a form for an action in my app that includes a pre-checked checkbox to share the story on Facebook (which then creates a post after submitting the form)? I ...