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
6
votes
3 answers

Embedding HTML5 content into Facebook wall posts?

I have managed to get a custom SWF embedded in Facebook wall posts. This can be done by adding special meta tags to the source code of the linked page. For example the respective source of a YouTube play page for this looks like the following:
starbugs
  • 992
  • 1
  • 9
  • 14
6
votes
1 answer

Facebook API -- write a comment on friend's wall posts

Need a way to post a comment on a friend's wall post through the Facebook API (I'm using the Python wrapper). Consider two users, Alice and Bob. I have read_stream and write_stream permissions for both users. >>> alice_graph =…
Clay Wardell
  • 14,846
  • 13
  • 44
  • 65
6
votes
1 answer

How to get a Facebook access token that has enough rights to get the posts in which you're tagged in?

The Facebook posts in which you're tagged in - using @Name - appear in your wall feed. A friend of mine posted a link and tagged me in it: On the Graph API documentation, when I click on my wall feed link (Ctrl + F: Profile feed), I'm able to see…
sp00m
  • 47,968
  • 31
  • 142
  • 252
5
votes
2 answers

Is there any Web framework or project that provides "Wall" like features

I am looking for something that can help me implement a "Wall" like User Interface. Fundamentally it's an ordered list of modules representing a stream of activities: comments, file uploads, images, video embeds, links and perhaps some more custom…
Variant
  • 17,279
  • 4
  • 40
  • 65
5
votes
1 answer

Posting raw image data instead of URL to with Android Facebook SDK

I would like to know if it's possible and if so how I can transmit the the raw image data instead of specifying the URL to an image on the web when posting to my Facebook wall? The working code I currently have results in…
pilcrowpipe
  • 2,528
  • 6
  • 29
  • 41
5
votes
0 answers

Facebook Graph Api pagination not working

I have been trying to retrieve the wall feed of a facebook user using the graph api with the url https://graph.facebook.com/me/feed?access_token=ACCESS_TOKEN where ACCESS_TOKEN is the access_token used for querying. The first query, i.e using the…
Swapnil Jain
  • 1,456
  • 12
  • 19
5
votes
2 answers

Post on user's friends facebook wall through android application

I am developing an Android application in which the user logs in using its facebook id. I can get all the information about the user and i even get its friends list with following…
abhishek
  • 1,434
  • 7
  • 39
  • 71
5
votes
1 answer

facebook graph api getting only one picture in feeds

I am developing an app using the facebook graph api. When I create an album with more than three pictures on facebook, on my wall post it displays three thumbnail images, but when I check in the feeds in the graph api, it only gives link to one…
happyhardik
  • 24,987
  • 7
  • 47
  • 60
5
votes
1 answer

Post automatically on the wall of user (facebook App)

i want for my app to post on a user's wall on behalf (for advertising e.g.). I think about creating a php script, which i will execute with a cron job on my server every week. I have the userids in my database. Now i want that the script gets an…
UDE_Student
  • 349
  • 1
  • 3
  • 19
5
votes
0 answers

Post to Friends wall on Facebook failed with Social Framework in iOS 6

I am trying to POST a invitation to iOS app on my facebook friends wall using Social framework in iOS 6+. But it gives me following error error = { code = 200; message = "(#200) Feed story publishing to other users is disabled…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
5
votes
2 answers

Facebook won't render link image on wall post

Need a way for Facebook to render an image in wall posts. Sometimes, all you need to do is copy and paste the link to the image, like here: But, with the images I need to link to, which are on S3, I get this: You can click here to verify that the…
Clay Wardell
  • 14,846
  • 13
  • 44
  • 65
5
votes
2 answers

What is maximum message length for Facebook wall post

I am sharing message from my site on facebook wall post. What should be the max length of that message ?
Nikhil D
  • 99
  • 1
  • 1
  • 4
4
votes
1 answer

Website's locales correctly crawled but badly displayed

I have a multi-language website which is correctly crawled by Facebook, but badly displayed on Facebook walls. The site exists in two languages, therefore I have set up two different sets of og properties, one for each language: English:
4
votes
4 answers

Retrieving facebook user wall posts through graph API

I'm currently working on a facebook app which captures wall posts for a specified user, page or group, after a user has authorized the app I quote the access_token that is returned to call the…
Hai
  • 41
  • 1
  • 1
  • 2
4
votes
1 answer

How to post an image link to Facebook feed using graph API

I'm trying to post a picture to a feed using the graph API but this does not work if my image url does not have an image filename extension such as .png (I have a URL to a png without the .png file extension as the image is created dynamically on…
Sam
  • 616
  • 7
  • 19
1
2
3
31 32