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

How does Spotify posts playlists onto Facebook wall via API?

It seems that Facebook API only allows text, image, video and flash embeds to be posted onto users' walls via API, but somehow Spotify posts these complex playlists with play buttons, images, etc. How do they do it?
Oleg Kikin
  • 411
  • 4
  • 10
4
votes
4 answers

How do I access Facebook wall feed in python?

I am trying to make a little desktop alert script that will tell me if there is a new post on my Facebook page's wall. It would be nice to see if I'm getting any new likes as well but really I mostly want to access my wall feed. I don't need help…
TheBestJohn
  • 597
  • 1
  • 6
  • 14
4
votes
1 answer

Auto-embed videos in Facebook wall

When you share a YouTube link on FB it automatically embeds the YT player into your wall. At first I thought it is an FB effort, but then I noticed this happens with many videos websites (that FB probably never heard of), even from smaller…
treznik
  • 7,955
  • 13
  • 47
  • 59
4
votes
3 answers

Posting to a friends wall on facebook privately using graph api

I wanted to post a feed to a friends wall from my app and set it as private, which is viewable to the logged in user and the friend. I want to do this using the new Graph api, I saw that if I set the "to" parameter in the feed post, it will be…
happyhardik
  • 24,987
  • 7
  • 47
  • 60
4
votes
1 answer

Facebook API -- embed a video in a wall post that also has another link

I'm trying to make a wall post using the Facebook API that has a playable video thumbnail and a link field. (I am using the Facebook Python wrapper). When you make a wall post using the API, you specify your extra content with an attachment…
Clay Wardell
  • 14,846
  • 13
  • 44
  • 65
4
votes
1 answer

Accessing Facebook wall posts

Is there a way, via FQL or the Facebook API, to access the wall posts to a fan page (not a profile)?
nicholaides
  • 19,211
  • 12
  • 66
  • 82
4
votes
1 answer

Best practice for ForeignKeys, ManyToMany and GenericForeignKeys in Django

I am trying to make a wall in Django and I have reached an important design decision. I have the following classes: WallPost, UserProfile, Group, Event The issue is that I have Users profiles, events and groups that all will have walls which can be…
Mohammed
  • 107
  • 6
4
votes
3 answers

What is the API for Facebook 'profile stream' aka wall posts?

Is there an API call, and if so, which call to get the 'posts to my wall from myself and others' on Facebook? It seems like it could be filtered out of the Facebook stream API, but it's not clear how that works to me. This link seems to imply it's…
John
  • 1,549
  • 1
  • 13
  • 15
4
votes
3 answers

Share facebook event to my wall

I can't seem to get the picture of the event, and it also gives me a fatal error trying to connect to the event image. Can I share an (already created) event (not create one, just link to it - with a picture and description) and post it to my…
funerr
  • 7,212
  • 14
  • 81
  • 129
3
votes
2 answers

Facebook "Like" Button no longer posting to wall since about 2 days ago

I have built several websites, and for some reason none of them will post to my wall anymore when I "like" a blog post, or like the site in general. (Using Iframe) Example: http://madhatterulti.com/ http://www.reyniersaudio.com/blog/ The funny…
Roeland
  • 3,698
  • 7
  • 46
  • 62
3
votes
2 answers

post on wall is not visible: using C#

I am unable to post of Wall of a page. The code used to work few days back but now it is not working. My App made a post about 1.5 months back using the following code: WebClient wc = new WebClient(); NameValueCollection PostData = new…
3
votes
1 answer

Error while publishing photo on facebook wall using android facebook sdk

I am using official android Facebook sdk for publishing photo on wall but it crashes after sign in while allowing app permission to my account. I am using android 3.1 library for this app. following is the code which i am using to publish photo at…
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
3
votes
1 answer

Publish to a page wall using javascript API with a specific user

I'm trying to build a custom post to publish to one of my app facebookpage. I saw in the facebook documentation, the "from" is just a readonly property? theres a way to doit?. var request = { message: 'test 1234', access_token:…
Joselo
  • 93
  • 1
  • 8
3
votes
3 answers

Facebook Wall functionality using ASP.Net

I want to create something similiar to a facebook wall on my social site. I want to store the posts in an sql database and that should be rather simple. What I am looking for is a good way to display the posts? I guess I don't even really know where…
user84786
  • 631
  • 7
  • 19
  • 33
3
votes
3 answers

How can my facebook application post message to a wall?

i already found out how to post something to a wall with the graph api on behalf of the facebook user. But now i want to post something in the name of my application. Here is how i'm trying to do this: protected void btn_submit_Click(object sender,…
ThdK
  • 9,916
  • 23
  • 74
  • 101
1 2
3
31 32