Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application related to Facebook in which i want log-in user can send message to any user from the application even if that user is not friend with him. i used method: 'stream.publish' with target_id:selected users id. by this it is posting the message on target_ids wall only if he is a Facebook friend. So please help over this.

Thank you

share|improve this question
It's really not clear what you're asking here - could you clarify and give an example of your code and the error message you're receiving? – Igy Nov 11 '11 at 7:51

1 Answer

That is not possible. stream.publish only allows posting on the app user's friends' Walls. There is no way to post to the Wall of a non-friend.

You can send a request to the user's friends or to a non-friend who has the app installed: https://developers.facebook.com/docs/reference/dialogs/requests/

share|improve this answer
ok brother and thank you – user555 Nov 16 '11 at 6:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.