0

I am developing an iOS and android app in which I have to give a functionality to user so as he can post on my App's wall from their account. I have found in Facebook developers forum that this functionality has been removed. Can anyone please suggest me how to achieve the same anyhow. Please provide a link if possible.

Thanks In Advance :)

Rishi Chaurasia
  • 520
  • 4
  • 18

1 Answers1

0

Apps don't have a 'wall' since February of 2013 or so - your app can have a Page, but there's nothing special about that page or how users can write posts on the page's timeline via the API - it's just the normal documentation for posting to /<page>/feed on behalf of your app's users

Igy
  • 43,710
  • 8
  • 89
  • 115
  • @lgy: Thanks for the response. Post will be posted on app's fb page or on user's page? See my requirement is as "I am a user. I am using an app say demo app on my iPhone. Now I want to post any suggestion/score/anything on demo app's fb page not on my page/wall". I hope requirement must be more clear now – Rishi Chaurasia May 30 '14 at 05:35
  • If you get the appropriate permissions from a user (publish_actions) you can post things to pages on their behalf, including the page of your app - it'll appear in the 'posts by others' section of the page – Igy May 30 '14 at 16:21