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

Posting Picture on Event Page

i am having a Problem posting a Picture in the Wall of an Event on Facebook. It is Posting My current Code is: $post_array = array( "access_token" => $facebook->getAccessToken(), 'source' => "@" . realpath("image.png"), 'message' =>…
Styler2go
  • 604
  • 2
  • 12
  • 32
-1
votes
1 answer

Facebook auto wall post, "only me" issue

I'm trying to make an app which asks users permissions and auto posts to his wall as himself. It works but there is an issue. That post can see only himself: "Shared with: Only me" How can i make, that it would be: "Shared with: Public"?
Mantas Vaitkūnas
  • 704
  • 1
  • 7
  • 17
-1
votes
1 answer

rendering facebook wall in an iframe tab- fb:wall replacement and other options

I am trying to build a Facebook app that generates a tab that includes a page's wall complete with "post to wall" dialog below some content. So far the only app that I know that does that is Bandpage (for example http://www.facebook.com/beyonce ).…
deadprogrammer
  • 11,253
  • 24
  • 74
  • 85
-1
votes
1 answer

Post to wall - specific link

I try to post on user wall but i don't know how to put a specific link from my page in the link parameter. If i write something like this it doesn't works: $link='/path/foto.php?id='.$id; $facebook->api('/me/feed', 'POST', array('link' =>…
Anonim Wd
  • 65
  • 2
  • 9
-1
votes
2 answers

How to count photos on my FANPAGE wall?

I gave an access to fans to upload photos to FANPAGEs wall. How can I count posted photots? I am too young in FB.apis :-( Thanks!
-1
votes
1 answer

Having issue sharing my Websites post to Facebook's timeline

We want users to be able to post to their Facebook if they want to. We have it kind of working with the older Facebook profile but not with the new Timeline. We want it to be like Tumblr where you can post/share to your Facebook account as much as…
Dirtyhack
  • 1
  • 2
-1
votes
1 answer

Publish post on a friend's wall from external source

Is it possible to post on a friend's wall from an external source (a different website)? I have a platform that manages birthdays, and I want the users to post a birthday wish/card on their friends wall without going into Facebook. Is that possible?
lior r
  • 2,220
  • 7
  • 43
  • 80
-1
votes
1 answer

How to LIKE the fan page and post on wall through the application?

Current Scenario Development Environment: Visual Studio with Facebook C# SDK User has granted user_likes,email,publish_stream permissions to the application. Application is able to get user information. Application is able to post on the user…
-1
votes
4 answers

Post to facebook wall without logging in

I want to post messages, links, etc. into facebook wall without logging in. For example, I have a blog site, when I submit/post a blog, the url for that blog will automatically post on facebook. Is this possible?
scoohh
  • 375
  • 6
  • 12
  • 19
-1
votes
2 answers

What is the code that i need in order to post to my app users walls? and not just once when they click allow

I've searched the most related posts on this topic but I haven't found the answer. I don't understand code so I might not even notice it if I saw it. but what I'm looking for is the code that allows me to post to my app users walls. but not just…
lou
  • 1
-1
votes
1 answer

posting on friends facebook wall using Iphone application

I want to make an iPhone application through which users can post on their friends wall, i know how to post on my own wall but can't post on friends wall. What do I need to do to get the desired result for Facebook?
Paragon
  • 982
  • 2
  • 10
  • 37
-1
votes
1 answer

Laravel how to manage home of social networks

I would ask you how to handle a home page into a social network after login procedure. Thanks for reply
-1
votes
1 answer

Publish to current users wall?

I wrote a small Facebook Ap[p in PHP and would like to be able to post a message to the current user's Facebook wall. The app is set to use FBML. How would I do this?
Zac Brown
  • 5,905
  • 19
  • 59
  • 107
-1
votes
1 answer

Facebook API - Android:How to post in Facebook wall using Facebook API?

I am completely new to Facebook API, got it set up in my project and running but I have absolutely zero clue how to post on the wall to the Facebook account? I read about Open Graph API but that seems to be only for browsers? What I need for that I…
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
-1
votes
1 answer

New Facebook SDK + Android. Add Image on wall facebook

I can not find a working way to send a picture on the wall. My code is that I do not. Bundle postParams = new Bundle(); postParams.putByteArray("image", byteArray); postParams.putString("message", "A wall picture"); Session session =…