The Facebook Wall is the original profile space where Facebook users' content is shown.
5
votes
1answer
100 views
Android Invalid Key error, Facebook SDK
I have created an Android application that uses Facebook SDK to make wall posts. It works fine on devices that don't have the native Facebook App installed, but when it is, it throws an Invalid Key ...
4
votes
1answer
102 views
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 = {
...
3
votes
3answers
9k views
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 ...
2
votes
1answer
81 views
Link from Wall to Application Tab that do not open a new window
I know this is meant for programming questions, but I just can't seem to find any information on this anywhere, so here goes nothing:
I have a Facebook page to which I added a custom Application tab. ...
2
votes
2answers
70 views
Application super wall [closed]
Does anybody know how these guys made such an application?
http://www.facebook.com/Disney?sk=app_168179776575247
The above part is quite clear for me, but the Top News part, I don't get how they ...
1
vote
1answer
119 views
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 ...
1
vote
1answer
60 views
Facebook Post Privacy Not Working as Expected
I'm not sure what I'm missing here, but despite my best efforts I can't figure out why the following query string parameters (urldecoded) is somehow losing the post privacy settings.
message=We hope ...
1
vote
1answer
75 views
Character encoding issue when posting on Facebook wall
I'm running a WordPress site http://egeszsegakademia.org (Hungarian)
When I click the "Like" button embedded into my posts, it seems very strange on my Facebook wall (with full of special characters ...
1
vote
1answer
85 views
Post interactive HTML content to user wall
Can I post interactive HTML content (such as a Form with a couple of options - Yes/No) to a user's wall on Facebook?
Also, I may want to POST something back to my own website when the user clicks, ...
1
vote
1answer
116 views
Publish comments to Facebook User Wall and Facebook Fan Page
I am developing a website and I have a question about Facebook integration:
When a person makes a comment on my website, I would like the comment to be posted to the person's Facebook wall and the ...
1
vote
1answer
48 views
How to get a user's posts into my fan page tab?
I am basically looking to create an app in php for my CEO who wants a tab in the company facebook page where all the postings he makes in his wall appear real time in this page tab too. And the fans ...
1
vote
0answers
147 views
action_link (stream.publish) containing app domain doesn't resolve properly
i actually dont know if this a bug or if it's simply prohibited to use the app domain in an action link. Simple example:
THE LINK PARAM WORKS WITH ANY GIVEN URL.. ONLY MY APP DOMAIN WONT WORK ...
1
vote
2answers
785 views
Setting Facebook Publish Stream URLs
I am using facebook publishStream method in Facebook FBML Application, some other developer worked on it before me. I am using it some thing like this
Facebook.streamPublish('Publish Shirt Tale. ...
1
vote
2answers
512 views
DB structure for Twitter home/Facebook wall?
Basically a live feed of all your friends' recent posts.
In a stupid sort of approach I think I'd start by building a query like:
SELECT * FROM tblposts WHERE userid=friend_id_1OR ...
1
vote
4answers
2k views
Is there a way to insert an @mention into a Facebook status update posted with pyfacebook?
I have some code like the following in my application:
message = "Hi, @John Doe!"
postID = fb.stream.publish(
message = loader.render_to_string('wall_post.phtml', {'message':message}),
...
0
votes
1answer
19 views
share link facebook update status wall using c#(facebook SDK)
I am searching three days but not find solution of my problems. I hope you will help me solve my problems.
I succeeded to post on wall. But there is a problem when I post ds wall nobody (even my ...
0
votes
0answers
11 views
Create reshare dialog using Javascript SDK
Is it possible to create "reshare" dialog using Javascript SDK?
0
votes
0answers
28 views
not able to post messages to friends wall but am able to post to my own wall
I am not able to post the message to friends wall using the friends Id. I am using the below piece of code
[CanvasAuthorize(Permissions = ExtendedPermissions)]
public ActionResult MessagePost(string ...
0
votes
0answers
20 views
Php/SDK Graph: Likes on app generated friend's wall post link to “permalink.php”
My app send posts on my friends' walls using graph api "/user/feed". Whene they like the post that my app has written for me on their walls, i receive a notification:
"XXX Likes your post".
When i ...
0
votes
1answer
12 views
Posting poll to wall
Hope you can help.
I've got the file to post to my wall.
$facebook->api("/$pageid/feed", "post", array(
message => "$msg",
access_token => $access_token));
Which works perfectly.
Is it ...
0
votes
1answer
55 views
+50
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 ...
0
votes
1answer
21 views
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;
...
0
votes
1answer
42 views
Embed <script/> in facebook wall/profile/.. page
I want to use an external Javascript file in my wall/profile/any facebook page. Can it be done? I get lost in these api docs.
0
votes
1answer
42 views
Facebook - Custom Like action
I have a site with stories with each story havinga like button.
Is it possible for when someone presses the like button, the story title is published on the users FB wall along with our company logo ...
0
votes
1answer
24 views
Facebook group wall on some other website
I made a application which shows facebook group wall on the other website. I would like to know if it is possible that users which comes to this other website don't have to grant ther permissions. The ...
0
votes
1answer
57 views
Facebook Commenting social plugin doesn't post to user's Facebook wall
I've installed a Facebook commenting wall on a site for a client. It works without any hitches- except it doesn't post to the user's Facebook wall. I'm using the html5 version of the code that is ...
0
votes
0answers
43 views
Posting feed or graph action succeeds but doesn't appear on wall
This is probably a noob question, just started messing with the Facebook iOS SDK ,
I'm trying to post a a score of a user in a game to his facebook wall.
I've tried two things (both after ...
0
votes
1answer
60 views
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 ...
0
votes
0answers
53 views
Display Facebook Wall :-> WPF
I have to display facebook user wall in wpf application. I am getting data but I wonder that it would be for example 10 feeds now how dynamically we can add
1.User Picture (Image)
2.User Name ...
0
votes
1answer
41 views
Publish on User's Facebook Wall on behalf of Application Name or Owner (Not as the User itself)
I am able to successfully publish/post messages to users' facebook wall from my application (after user authentication/user&app authorization only).
Issue: In the users' facebook wall, the ...
0
votes
0answers
45 views
Re-share object via Graph API
Is it possible to re-share an existing item (link, photo, text wallpost..) via the Graph API? This should have the same effect as the user pressing the "share" button on an item.
Basically, what I'm ...
0
votes
1answer
44 views
tag friend on a Post
Hello I'm trying to taga friend in a wall post with officials graph api.
As reported on documentation
message_tags
Objects tagged in the message (Users, Pages, etc) (Requires access_token)
...
0
votes
1answer
31 views
Marking FB page posts as spam
How can I mark posts as spam on my wall or the page's wall, which I manage using my application? I have read_stream, manage_pages and publish_stream permissions. I've tried to google it and to search ...
0
votes
0answers
38 views
Insights for like button and post with ref attribute
I can see Facebook Insights with ref code (ref attribute) is coming in. But it only is registering "Story Clicks", and not "Stories Published" or "Story Impressions".
Anyone having similar issues?
0
votes
1answer
117 views
How to put a link to facebook page's wall in a page tab app's iFrame?
I had make a simple app into a facebook page and I just want to put a link to go back to the wall of the same page.
I tried with <a href="http://www.facebook.com/page_name?sk=wall">View the ...
0
votes
1answer
35 views
facebook like widget not accpeting my facebook url
trying to get the facebook like box (the plugin on the facebook developers page) on my website, so i can put the wall posts on the website, but when i enter the facebook url, all i get is Could not ...
0
votes
0answers
32 views
Can I add a Wall-like post (with 70x70 thumbnail, caption, description, Like/Share/Comment etc) to a custom iFrame tab on a Page?
I don't want to display all the status updates of the Page, but just one on an iFrame tab (from the same page). However, I want the status message to look like it does when posted to the Wall. Is this ...
0
votes
1answer
84 views
how can I use special characters in the facebook wall post?
I'm using the Graph API to make a post in the users wall. My post is in spanish and I haven't been able to post characters like á, é, ¡. I have tried using htmlspecialcharacters() and htmlentities() ...
0
votes
0answers
37 views
how do I change my base url in my posts to my wall?
I have a facebook page that I created years ago for my business, before there were "apps" for each page. I have a number of apps embedded in it for various purposes, but by business base facebook ...
0
votes
0answers
47 views
privacy settings not working [closed]
I cannot find anywhere to ask this question. Someone please help! The privacy settings do NOT work. I have chosen lists that should not see posts, etc, but they are still visible to everyone. As an ...
0
votes
1answer
43 views
why is “publish in facebook” bringing users to blank comments?
Whenever a user comments something on my pages and chooses the option 'publish in facebook', the comment appears on his facebook wall correctly, but something weird happens when we try to click on the ...
0
votes
0answers
70 views
Image does not display on link preview (Wordpress)
I am attempting to share this link: http://prolificnovelista.com/2011/calling-all-novelistas/ When I originally attempted to share via Facebook, no image preview was displayed.
When I used the URL ...
0
votes
0answers
60 views
Why does the user not receive a notification when someone comments on their wall post submitted from my app?
I am developing an application which allows the user to submit a question which is then posted to a community page as a wall post. My posts are showing up fine, but when a post receives a comment, I ...
0
votes
0answers
35 views
Posting Japanese message to wall
I've tried to post Japanese message to wall from my Android app via Facebook SDK.
But the message is shown like &#26085;&#26412;&#35486; on the wall (it should be 日本語).
Do I ...
0
votes
1answer
54 views
Posting to company page on Facebook
I have a company page where my client posts the latest company info and newly available products to their wall. They wanted to automate this somewhat so this post happens without someone having to log ...
0
votes
1answer
80 views
Post to Wall from Facebook Page not working when changing servers
I'm in the process of moving a PHP Facebook Webpage (App) I didn't originally write from one server to another. It was written a while ago on Version 2.1.2 of the API but I'm not allowed to upgrade ...
0
votes
2answers
87 views
Integrating Facebook in Android
I have one Application in which i have to show All wall Post of facebook user.
we can post a message on a wall, and upload an image.
But i don't have any idea about getting all Wall post in our ...
0
votes
2answers
58 views
How to create a page like this? [closed]
I've been messing around with FB pages for some while, but I just can't figure out how to do the thing I want
Take a look at
...
0
votes
0answers
20 views
Android: Facebook like wall
For website www.darooadda.com, I want to create and android app. Here the users will be able to post their status on the wall. View comments from other friends for his/her status with images.
My ...
0
votes
2answers
123 views
Post on a users wall on behalf of my app (not the user)
For several years i have managed to sort things out without posting my own question, but by readings others instead. However, after reading over 200 useless posts, i've decided it's time i get some ...
