In the application I'm working on the user can post to other users walls to recommend jobs.
But these posts always has the profile image of the user that recived the post and not the one that was sending it (using the application).
I do set the sender user's name and id in the "from parameter" but its not working.
Can I atlest change so that it looks like it is the application that makes the post?
I'm using the facebook c# SDK