Facebook App: Will fb.api method post on friend's wall?
问题 I have tried FB.API method to post on friends wall. It is not working for me. I have surfed a lot. Some of them told that was deprecated. Is there any official information from Facebook regarding this issue? Please help me to know. Thanks. for your reference, function postOnMyFriendWall() { var body = 'Reading Connect JS documentation'; FB.api('/friendid/feed', 'post', { message: body }, function(response) { if (!response || response.error) { alert('Error occured'); } else { alert('Post ID: '