Search code examples
phpfacebook-php-sdk

How to post to on facebook user wall as the user in PHP


I find tutorials to post in a user own wall through a web app in php but there are using publish_stream, publish_actions, offline_access that are all deprecated, so is it still possible to do that and how ?


Solution

  • No, (un)fortunately this functionality was removed some time ago.