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

Facebook graph api to post photo on wall in perl

in perl i am using Facebook::Graph api to post on user wall as i am having aceess token and plain message is working my $fb = Facebook::Graph->new( app_id => $app_id, secret => $secret, ); …
druveen
  • 1,611
  • 3
  • 15
  • 32
0
votes
1 answer

Facebook post to other's wall via Application

I created a Facebook App using PHP on my website. To use this application on my website the user must login using Facebook authentication. This app basically lets the user post a default comment on his wall. It works fine using my facebook profile…
0
votes
1 answer

How do I change the image that is automatically posted on the wall after someone likes?

If I have not put any open graph tags in my code. How does Facebook decide what image to post on the users wall after they have liked?
0
votes
1 answer

login session facebook / upload photo

I have a question, I try to integrate facebook inside an application, for do it I follow a tutorial I do the login in this way _facebook = [[Facebook alloc] initWithAppId:kAppId]; [_facebook authorize:_permissions delegate:self]; my question is,…
francesco.venica
  • 1,703
  • 2
  • 19
  • 54
0
votes
1 answer

Post on facebook wall from Java WebService

I am looking for a way to publish stuff on my facebook wall from a java-webservice. I was looking around and found that there WAS offline_access that is now deprecated. So... How can it be done?
user1365799
  • 83
  • 1
  • 10
0
votes
1 answer

Console PHP app posting to timelines

Objective We're developing a PHP console app that will be a running as a daemon using the PEAR System_Daemon class. The script is ideally a timed loop, that executes indefinitely until terminated. What this loop does is query a database of players…
josef.van.niekerk
  • 11,941
  • 20
  • 97
  • 157
0
votes
2 answers

Hide a posting on user's wall

Is it possible to hide postings on the user's wall from a facebook app, like a filter feature where the user specifies certain keywords and the app will hide all postings that contain the keywords from the user's wall?
Wonil Suh
  • 1,041
  • 2
  • 9
  • 8
0
votes
1 answer

How to post a UIImage to Facebook wall (iPhone/iPad)?

I have been looking around online at how to post a UIImage to the users Facebook wall using the Facebook SDK. However I'm really confused what the simplest option is. So far I have only used the Facebook SDK to create a connection and post a message…
user843337
0
votes
1 answer

Facebook wall post from an App via Graph API

I have a Timeline App that creates a wall posting via the Graph API. The wall posting indicates that the posting was created by the App, which is fine. However, the link for the app points to the Canvas page:…
mobill
  • 589
  • 8
  • 14
0
votes
2 answers

The definitive guide to posting a Facebook Feed item using pure C#

Does anyone have a definitive way to post to a user's wall, using nothing but the .NET Framework, or Silverlight? Problems deriving from people's attempts have been asked here on SO, but I cannot find a full, clear explanation of the Graph API spec…
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
0
votes
1 answer

PHP: Post image -link only- into Facebook wall

I'm trying to post into a Facebook wall using PHP. I've found this code: $args = array( 'message' => $text, 'picture' => $link2picture ); $this->_facebook->api('/me/feed/', 'post', $args); but it doesn't seems to work (it only displays the…
FidoBoy
  • 392
  • 6
  • 18
0
votes
1 answer

Make post on behalf of app to a user's profile

Is there a way for the app (xyz) to post on a spcefic member's FB wall and and not ALL members of the applicaiton? App xyz wants to post to Adam Smith's FB wall, "Adam Smith, your score has been beaten." My understanding is that only the…
0
votes
1 answer

Unable to Receive Wall Posts after OAuth

First off, I am new to using Facebook's Graph interface but I've read the documentation and am still unable to retrieve the desired result. First I was able to set up an app account and retrieved my App ID and App Secret, I then set up and advance…
ars265
  • 1,949
  • 3
  • 21
  • 37
0
votes
3 answers

Graph API - post on Fanpage wall - image proxy

I'm creating a wall post on a fanpage where i do specify the message, url, url name, caption, description and the photho thumb of the url in question. I did notice that Facebook uses my img url directly. Meaning if i delete it from my server, the…
David Gatti
  • 3,576
  • 3
  • 33
  • 64
0
votes
1 answer

Post to page wall from my website (with "Hide from News Feed")

It's possible to manually add a post to my wall for past and check "Hide from News Feed", but is there any way to post to my wall with "Hide from News Feed" option from my website with PHP?
Martha Smithers
  • 153
  • 2
  • 3
  • 10