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

Post images from android applications to facebook applications-wall

I'm trying to publish images created by the user with my Android app to the application wall on Facebook. I already know how to publish the images on the user's wall. I found this tutorial of how to do it with…
goda87
  • 31
  • 5
0
votes
1 answer

Taging pictures from facebook API : I think some Array 'Key' Or Json Encode Is the cause

I am trying to post a picture on facebook by the graph API ,How ever I am unable to post that. I get this error Array ( [error] => Array ( [message] => (#100) Invalid parameter [type] => OAuthException [code] => 100 ) ) Here is my Code $sqls=…
Yahoo
  • 4,093
  • 17
  • 59
  • 85
0
votes
1 answer

Direct post / message from external webpage

I want users of our website to be able to contact us via facebook, and instead of just linking to our page where users have to manually select post on wall or message, I would like it to be the case that when they click the facebook 'f' on the site,…
0
votes
2 answers

Post on FB wall (business page) on behalf of the App (FB Graph API)

I need to post a message to the FB business page (of the restaurant, for example) on behalf of my FB app. The use case is following: 1. User goes to the store 2. User gets the notification on his phone and opens it 3. User is redirected to the FB…
hrmcd
  • 51
  • 1
  • 3
0
votes
1 answer

Post to facebook feed for a user that is logged in

I have a FaceBook game that is done in SilverLight. It makes a call to JavaScript from the SilverLight HTML bridge. I do not want an UI that asks the user for a comment, I just want their score that was passed from the SilverLight app to post on…
RickLeinecker
  • 449
  • 2
  • 6
  • 6
0
votes
1 answer

iOS Facebook app 5.0+ - Which cells/sections, views, components and so on is used to display the wall itself?

I was wondering how the new iOS Facebook app has implemented their cells: Different squares with some content inside depending on which type of information. Which components, views and so on - do you think is used? And the tableview, is it cells…
Neru-J
  • 1,623
  • 2
  • 23
  • 38
0
votes
1 answer

Rails: How to post on my main facebook page through API?

I have the following permissions: create_note, email, offline_access, photo_upload, publish_stream, read_stream, share_item, status_update, manage_notifications, read_friendlists, video_upload, user_relationships, user_status, user_photos I can do…
Kleber S.
  • 8,110
  • 6
  • 43
  • 69
0
votes
4 answers

Application post to its Wall

I can't find an example of exactly what I'm trying to do, so sorry if this is a repeated question, but I have looked for the last couple of hours. I want my Facebook app to be able to update a status or post to a wall of a page that I administrate:…
Mrk Fldig
  • 4,244
  • 5
  • 33
  • 64
0
votes
1 answer

Posting on facebook users wall without the authorization of an application by user

I'm creating an application that post some text to users wall when they loading my app. Is there any way to do this without the authorization of an application by the user? Thanks in advance for any help.
latromi
  • 15
  • 3
0
votes
1 answer

FB Wall Posting with Link from FB IFrame App

I am doing the FB Wall post with a link say http://www.rewardtv.com. When i post it from my standalone website (using spring social) the link on the wall is working fine. It goes to the rewardtv.com But when i use the same code from FB app and post…
0
votes
1 answer

Error when trying to share an article URL by permalink

Our CMS uses permalink, for example this one: www.kingmagazine.se/artiklar/king-kroner/20120713/10-korthallare When a user is trying to share this URL by pasting it into the "update status" field on their Facebook homepage, Facebook seems to try…
John Severinson
  • 5,145
  • 1
  • 16
  • 6
0
votes
1 answer

Post to facebook wall using c# sdk

Is it possible to do a post to someone's wall as someone else. For example Person A posts on person B's wall. Just as if 'A' wrote directly on B's wall. so far I have it working for someone posting on their own wall. Thanks for any help
Wesley Skeen
  • 7,977
  • 13
  • 42
  • 56
0
votes
1 answer

Using Facebook Connect as a sole login solution + Wall Posting

I have a yard sale website that I'm about to revamp, and rather than using my own user database, I'd like to use Facebook connect to authenticate people into my site, and the only reason I need them to do that in the first place is so after a yard…
BBagi
  • 2,035
  • 1
  • 19
  • 23
0
votes
1 answer

Java code to post on FB business page wall

Does anyone has an idea how can I post text/images on facebook BUSINESS page wall from my webserver (Java). I know how to do it on personal profile (involving Apps) but for business page I ahve no idea, since I have found out that cannot create an…
user1136875
  • 613
  • 1
  • 9
  • 22
0
votes
1 answer

Getting friends facebook wall post

Is this possible? I know how to do it from your own wall but not sure how or if you can do it from your friends wall.