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

Is there a way to identify if a post has been promoted or is a Page post ad?

Looking at the feed of a page, is it possible to identify posts that have been promoted or have been transformed into a Page post ad ?
-2
votes
0answers
9 views

retrieve a post that another user made [closed]

A person that used to be friends with me on facebook, deleted a post that I need to prove was made for legal reasons. Is there a way to prove what it was and that it was made? Or recover it?
-1
votes
0answers
15 views

how do I increase my sharing limit [closed]

I'm an Admin for 4 different pages, which constitute I'd say @ least 85-90% of my overall sharing on Facebook - either from my Wall to 1 of the Pages, or Page-to-Page. Today, after sharing stuff into ...
0
votes
0answers
37 views

Classify Facebook posts - especially those with multiple photos

With my app I'm getting all the user's posts and want to detect a post with multiple photos. I cannot seem to find any way to classify those kind of wall posts. I tried looking at the "type" property ...
0
votes
0answers
50 views

RSS post causing timeline to fail to load

Recently when visiting a client's Facebook page, everything in the "Highlights" view has disappeared. You can see their recent content when you switch to filter for "Posts by Page". However, if you ...
2
votes
1answer
205 views

Facebook Graph API Search posts in a language

I want to obtain the results for this query filtered in spanish. Is it possible? https://graph.facebook.com/search?q=Gasol&type=post There must have been some changes in the lasts weeks because ...
0
votes
1answer
471 views

How to “GET” Facebook page statuses via Graph API for mobile website

I'm designing a mobile website for my church, and I would like to post my church's Facebook status updates on the website. I tried the Facebook like box, but I found it limited in functionality, and ...
0
votes
0answers
150 views

Retrieve facebook wall posts using php file

I'm trying to write a cronjob which will run on a server whose job is to fetch data from facebook using the api and create a text file with the results. I've written my script in php which at the ...
0
votes
0answers
29 views

Getting BadMethodCallException when trying to retrieve public posts

While trying to retrieve the public posts of facebook user europlata, I keep getting a BadMethodCallException. https://developers.facebook.com/tools/explorer?method=GET&path=europlata%2Fposts ...
2
votes
0answers
138 views

How to get insights data from publish stream posts?

I have an experimental facebook app, which is posting to the users wall with publish_stream permission. I want to get insights data from that posts like: posts impressions, likes, comments, stories ...
0
votes
0answers
212 views

Hide photo likes/comments from group wall

I'm wondering how I can hide the posts that appearing on a group wall after someone liked or commented a photo in a group album. This posts are not returned neither from Graph API: {group_id}/feed ...
1
vote
0answers
489 views

Facebook posts to users wall, pictures appearing twice

From an iPhone app, I am making a post to the users Facebook wall. Post shows up in timeline twice, the first with a (Globe) indicator and the second with the Friends indicators. The timing is the ...
0
votes
0answers
78 views

Set “posts by others” default for pages [closed]

Is there any way to set Posts by others to default for pages or to set posts both by admins and others appear with the same weight on a page? Thanks.
2
votes
2answers
515 views

How to get Page's Posts by Others

I need to pull the 'Posts by Others' from my Facebook Page and display them on my site. Spent the afternoon fiddling around with the API and was able to see posts made by the page, but not others. Any ...
-1
votes
1answer
124 views

Subscribe to wall posts objects through realtime updates

On the realtime updates page they said that we were not YET allowed to subscribe to posts objects and to check back in the future for further expansions. Actually, those lines of text has disappeared ...
1
vote
0answers
3k views

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 ...
4
votes
1answer
259 views

How do I get the photo URL when reading a user's posts and they Like a photo?

I'm reading my user's friend's wall posts with the Graph API "/637674567/posts". One of the data items is that he likes a photo. Is there a way to get a URL for the photo? When I get the ...
0
votes
0answers
23 views

synchronising post data with local cached data

What is the best way to deal with synchronising posts, comments, likes on Facebook with locally stored/cached data? Do you store the data locally and have a background process to compare and ...
0
votes
1answer
128 views

Getting Facebook posts and statuses without duplicates

I'm trying to write a server-side application that reads posts and statuses from a business page on Facebook. When I request /posts, I get many duplicate statuses, as if every edit to the status is ...
0
votes
1answer
44 views

Posting link to Page now includes thumbnails when none is set

As of this morning (12th July) a server script we used to automatically add updates to a facebook page is including a thumbail of the website logo. We add an image ourselves if there is a suitable ...
-1
votes
1answer
941 views

Display wall posts from fans on my website [closed]

I work for a TV Channel in Brazil and we'd like to display that box (Timeline Pages Most Recent Wall Unit) in our website. I`ve seen plugins and apis to show my own posts. I'd like to show posts about ...
0
votes
1answer
134 views

Can I get a notification when a user writes a post on his wall?

I am new to the FB platform. So far I played with PHP and I managed to fetch user data and to post a comment to one post. I can't seem to find any way to be notified when a specific user makes a new ...
0
votes
0answers
20 views

When someone tags a user on a post, facebook duplicates that post on the stream table?

i'm pretty new with FB API and right now i am getting the wall/last posts information of my friends and then getting my own wall/last posts. The thing is that when i query the stream table for my ...
0
votes
0answers
75 views

What can I do for a functional link to the wall using profile_id / feed

I have an application that is right for me to insert posts on the wall. Publish_stream has rights. Here is the code $attachment = array( 'message' => 'Testovací příspěvek z aplikace:\n\nPrávě ...
0
votes
0answers
227 views

Post on fan page wall but not as admin

I will add posts on fan page with PHP SDK. I am using this code to create message: $attachment = array( 'message' => 'Testing', 'name' => 'some name', 'caption' => "some caption", ...
0
votes
0answers
896 views

Feed posts made through mobile app can't be deleted through FB Web interface

I'm writing an iOS App that I want to post items on the user's Feed. I'm using the latest SDK and have followed the tutorial as far as logging into FB and getting an active session. Posting works ...
1
vote
0answers
153 views

I want to recover the posts of my Facebook account to simple table, but I am facing some problems

I am using C# and ASP.NET to code this. I don't want the user to be forced to log in and authorize my facebook app, so I wrote this code to get my token that works fine: HttpWebRequest ...
4
votes
1answer
5k views

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

why limit to number of posts downloadable?

I am not able to download all pots in a wall. I have mentioned 99999 as the limit, but it stops anywhere between 150 to 300!! Why is that? eg /some_page_id/feeds it returns different number of posts ...
0
votes
2answers
5k views

How to see/get all wall posts of a specific Facebook page

For research purposes I need to get all wall posts of the European Commission's Facebook page. I tried it trough this link, but I couldn't get access: ...
0
votes
1answer
207 views

Facebook is not allowing me to post to user's offline friend's walls

So, my app allows users to post to their friends walls. However, offlate, I get a "Cannot Post to User's Wall" error from facebook when posting to an offline friend. The exact code works for friends ...
0
votes
2answers
629 views

How to get private posts only from Facebook Graph API

I would like to obtain private posts from my profile's wall - without public ones. With full-permission token, https://graph.facebook.com/MickeySpencerShow_ID/posts returns all posts - public and ...
2
votes
0answers
351 views

Comment/like-count from a facebook post

any ideas how to get the likes/comment count from a facebook post - fast? My idea was to get the stats of every single post, but it tooks too long. $post = ...
0
votes
1answer
201 views

Integration of facebook opengraph to wordpress?

First let me explain my predicament, I am currently developing a wordpress site which implements facebook apps for my post likes/comments. and one function of the site is that there is a tab/page ...
0
votes
1answer
145 views

facebook live stream: see more post in public than in logging

I included a facebook live stream into a website - no problems so far. While I stay logged out I can see all public post from customers facebook site. But when I logged in with my facebook account I ...
0
votes
3answers
471 views

Passing php string of a friend's name to javascript function

I'm trying to pass a php string to a javascript function. The php portion looks like this: <?php foreach ($friends as $key => $friend) { // Extract the pieces of info we need from the ...
0
votes
1answer
2k views

Facebook post on multiple pages at once [closed]

Been researching for a while now how to make possible to post to multiple facebook pages at once, I'm currently admining 25 pages for one company, and when a post appearse on the main page of it, the ...
0
votes
1answer
50 views

Is there a way to get wall posts to display on my mashup web page without using the Like Box?

I am trying to create a mashup page for my social networking sights. Would like to display facebook content on our web page without having to use the like box. I've searched all over the site ...
0
votes
1answer
412 views

Get posts from event wall?

Is there any way, with the current tools, to fetch the posts from the event wall? Is there any way to use FQL, REST or anything else to achieve this?
-2
votes
1answer
203 views

Facebook Like button and backdated posts on Tumblr

I've implemented the facebook like button in my tumblr project - and it works well. However, one thing I have noticed is that when I backdate a post, ie so I can change the order the way it appears on ...
1
vote
0answers
680 views

Facebook Stream Posts Missing

I was querying fql for all the posts on my wall and trying out different things with it. I noticed that there were certain posts that were missing. Just to test it out, I started looking at the ...
0
votes
0answers
281 views

Making public posts via Facebook App?

I recently noticed that posts from my app were going to all-friends even when I requested they be public. Through the response to my bug report (https://developers.facebook.com/bugs/191063590970288) ...
1
vote
1answer
1k views

Facebook Graph API - updated_time is incorrect for a single post

I've built a timeline app, using the graph API to query the posts on a specific facebook page. I use the updated_time of the post to arrange it in order on the timeline. I got a bug report filed ...
-1
votes
1answer
1k views

Get Facebook page feed posts

I'm new to the fb graph api. Can someone please help me to find a way to retrieve the feed posts on a fan page wall, that I am the admin of? Thanks.
0
votes
0answers
982 views

How can I get the deleted comments for some posts

I'm writing a Facebook application that gets posts and comments from the user's page and stores them in the DB. In the front-end of my site, I'm showing the information from my DB, but I have a ...
1
vote
1answer
144 views

Importing all wall posts into custom tab

Hi I am trying to import all wall posts on a given Fan Page into a custom welcome tab. I can't find the FBML for that anywhere although I have to believe it's simple.
3
votes
1answer
483 views

Facebook graph “user/home” feed now contains activities as post items that are difficult to identify

When I make the Graph call https://graph.facebook.com/me/home , I get back a paged set of the posts on my feed. Recently, I've started to get items that appear to represent things like "John Doe ...
8
votes
4answers
3k views

Get all posts on a friend's wall

I'm trying to find an API call (or set of calls) that will allow an app to get the posts that one would see if viewing a friend's wall. Either a REST call or a FQL call would do. I tried /feed and ...
1
vote
1answer
211 views

Retrieve facebook posts more than its default limit

Is there a method to retrieve more posts from facebook? I am developing a site which needs to retrieve at least 200 posts from facebook. Right now I am getting 24 posts only. Is it possible to get 200 ...
0
votes
1answer
543 views

Post To FB Wall Of App User

I bought a FB script on codecanyon, the script allows users to log into my site using the facebook button. I created the app, the log in part is working just fine. The problem is this script was also ...

1 2