I am very new to Facebook app development .
I am trying to develop an application which help to post all friends wall at a time. I want to fulfil this need using Facebook SDK for PHP. How to do this? I have registered my app and hosted the app with a host. Step by step instructions is appreciated.
See, you have to use Feed API to post , one-by-one.
Get all the friends of the user:
for each friend, use feed to post on their wall