Has Facebook started blocking posting on Friend's wall? - facebook

Anyone Kindly suggest, has Facebook started blocking posting on friend's wall?
Since in my previous application I tried posting images, links, text etc in my friends facebook wall it was working fine and better, but suddenly after February I am not able to post information to my friends wall.

Facebook have removed this ability from the api. You can only post to your own wall. There is a blog post about it somewhere on their developer blog and you can see it is on the completed roadmap https://developers.facebook.com/roadmap/completed-changes/ (search for "Removing ability to post to friends walls via Graph API " )
If you want to post to another users wall Facebook advise you to invoke the Feed dialog

Related

graph api user news feed

by calling /me/feed in graph api i can get feed like my posts or posts that i am tagged in.
How can i get a feed with my friends posts or news that i see in my wall in fb?
i mean feed like the one that i see when i login to facebook
i tryed me/feed with several parameters but no luck
same here
https://developers.facebook.com/docs/graph-api/reference no info :(
i didnt manage to find something useful in facebook graph api explorer
thanks!
How can i get a feed with my friends posts or news that i see in my wall in fb?
You can’t.
That used to be available in the very beginning via the /home edge, but that has since been removed.
There is no replacement. Friend’s posts are only available to your app, if the friend would join your app and grant it permission to read their posts.
(Plus, platform policy says apps should not replicate Facebook “core functionality”. If a user wants their news feed, they can go to Facebook ...)

Post to facebook wall as a visitor trough API

I have a facebook page for a project I am doing. I embedded the timeline stream in my external website, but now I want visitors of my website to be able to post to my wall. They need to be able to post as themselves, not the administrator of the page.
How should I do this ?
#EDIT: I searched the facebook developers page allready ofcourse, but didn't find the info I need.
In this case
Facebook PHP API post to wall falls under "Recent Posts by Others"
they posting to a FB Wall maybe u have to check if the access token u get from the users allow a post to a page wall.

Is it possible to post on other user wall from my account using facebook api's

I have a requirement where i need to post to my webapp user's fb wall from my webapp fb account(After asking user permission). I have seen other examples where webapp post to the user's wall on behalf of user. In my case instead of posting on behalf of user i have to post from webapp fb account to user wall.
Is this case possible? If possible please provide me the details.
Thanks.
As of February 6, 2013 Facebook has depreciated the feature to post to Friends wall. The same was announced in this blog post.
If you want to allow people to post to their friend’s timeline from your app, you can invoke the feed dialog.

Posting to Friends wall using Facebook C# Sdk

I'm designing a WP7.1 App that publishes to other user's wall, using Facebook C# Sdk, without user interaction (i.e. in Background).
I searched for methods and discovered that a POST would do the things.
However, Facebook Roadmap Page and this Blog Post, mentions that the ability to post to other user's wall by Graph API has been removed and instead Feeds Dialog must be used.
My question is:
- Is this change going to affect the above POST Method.
- If Yes, then, is there a workaround to POST on other user's wall without User Interaction ( i.e. IN Background).
now to post on friends wall, either you must use feed dialog, that will prompt user.
but if you don't want to prompt user then you can post on your user wall with a tag to user's friend, assuming friend approve the tag it'll show up on tagged friends wall.

Extract all posts on a user's Facebook wall

I'm trying to make a summary of all the wall posts made on a company's Facebook wall but I'd like to have all the posts in XML-like format. I'm aware of the Graph API but I've never used it before.
The exact specific problem:
How can I 'extract' all wall posts made on a company's Facebook wall?
try the following with Graph API.
https://graph.facebook.com/[company_page_id]/posts?access_token=XXXXXXX