Questions tagged [facebook-wall]

The Facebook Wall is the original profile space where Facebook users' content is shown.

The Facebook Wall is the original profile space where Facebook users' content is shown. It allows the posting of messages, often short or temporal notes, for the user to see while displaying the time and date the message was written. A user's Wall is visible to anyone with the ability to see his or her full profile, and friends' Wall posts appear in the user's News Feed.

467 questions
86
votes
6 answers

How do you post to the wall on a facebook page (not profile)

I have a blog site written in php and it posts new blog posts to twitter and a blog ping automatically under the hood using simple http post requests passed using php curl. I have a facebook page for the blog site and want the updates to be posted…
gilbert_g
49
votes
4 answers

Simple example to post to a Facebook fan page via PHP?

I've done a lot of searching and I've found outdated tutorials that don't work... I have a site made with PHP and when I submit a particular form in my admin area, I want to publish to my Facebook "fan page" There is no RSS available, so do you have…
nmarti
  • 1,565
  • 3
  • 14
  • 19
21
votes
2 answers

Which Facebook permissions allow for posting to a page wall (not profile wall)?

I am working on a project to post data to the walls of Facebook pages. I have set up a Facebook app and currently requesting the following permissions from user when attempting to post to their page's wall:…
Sean
  • 1,110
  • 1
  • 14
  • 24
21
votes
3 answers

Post message to facebook wall from android fb sdk always error

I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb) here is the code snippet onClick function, i made small…
Lorensius W. L. T
  • 1,734
  • 4
  • 19
  • 31
17
votes
1 answer

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: http://graph.facebook.com/EuropeanCommission/posts Is there any chance I can get a list of all…
user1315129
  • 173
  • 1
  • 1
  • 5
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

How to get public wall posts with the facebook API

I m trying to get wall posts from a profile facebook. I have no problems with the fan pages and my user token is valid (at least for the fan pages). Example with this post : https://www.facebook.com/aurelia.filion/posts/10151342315613445 As you can…
user2208252
  • 141
  • 1
  • 1
  • 5
10
votes
2 answers

Facebook requests for {url}/no_facebook_preview_picture.jpg on 404 links

We operate a URL shortener, over the last week or so we've started seeing lots of weird requests for {normal url}/no_facebook_preview_picture.jpg from Facebook owned IPs and the user agent facebookexternalhit/1.0…
Blank
  • 4,635
  • 5
  • 33
  • 53
9
votes
4 answers

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 /posts, compare the results with what I see on my…
undetected
  • 474
  • 3
  • 12
8
votes
4 answers

Adding content to Facebook feed dialog from Facebook SDK for Android

In my android app, I want users to "share" my app in their wall, so I want them to post a predefined content status on their wall. How can I customize the wall status? (I want to add my app icon and some flare text).
oriharel
  • 10,418
  • 14
  • 48
  • 57
8
votes
2 answers

Post to page wall as a page via application not visible to others

ONe of my application is posting information on a page (as the page). But it looks like that only me (I am administrator of the page) can see the message. I checked the privacy settings of that message with Graph API explorer and it looks ok: …
Vénizia
  • 581
  • 5
  • 14
7
votes
2 answers

How do I simply share content on Facebook wall using its Android SDK?

I cannot find many examples of the FB + Android SDK and the samples are not simple enough(some of them are deprecated). My simple goal is to share some content on FB using my Android app. When I developed the iOS app it was simply AppDelegate…
7
votes
1 answer

Facebook wallpost image won't render when posting through the Open Graph API

Need a way for Facebook to render images in a wallpost when the wall post is made through the Open Graph API. When I copy and paste this link into the Facebook UI at facebook.com, and post it that way, the wall post ends up looking like this: But,…
Clay Wardell
  • 14,846
  • 13
  • 44
  • 65
6
votes
2 answers

Facebook SDK iOS login with Facebook app installed

UPDATE: I've realized that the below problem only occurs if the user has already given Facebook access to my app, and then reinstals my app. The first time the user selects the Facebook button in my app, it goes to the Facebook app to get…
Darren
  • 10,091
  • 18
  • 65
  • 108
6
votes
0 answers

Comments Social Plugin Comments not posting on wall

I am currently trying to use the Facebook Comment Social plugin for comments on my site. Almost everything works, the comments can be seen by people on the site and also viewable using http://developers.facebook.com/tools/comments. And the "Post to…
1
2 3
31 32