I am asking me if it's really possibe, in an application, to post on a user's friend wall?
Explaination:
- User A allow my application with publish_stream permission.
- User A have 3 friends: B, C and D
- In my aplication I want to post a message in User C
User C don't use and authorize my app but is the friend of User A
I'm asking me if with feed dialog (http://developers.facebook.com/docs/reference/dialogs/feed/), or graph API, i can do this.
Thanks