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 am using the Facebook C# SDK (Graph API) and I am able to post photos to the logged-in user's wall ('me'), but when trying to replace the 'me' with one of the logged-in user's friends id, it still posts the photo to the logged-in user's wall instead to the friend's wall, using this code:

fb.PostAsync("selecteFriendIDHere/photos", parameters);
share|improve this question
What have you tried? – Nathan Totten Feb 27 '12 at 3:20
please show complete code maybe something wrong in your code which you yet not showed – Danish Iqbal Feb 27 '12 at 4:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.