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.

The graphi api profile_id/feed to post to a friend's wall is being deprecated. The blog https://developers.facebook.com/blog/post/2012/10/10/growing-quality-apps-with-open-graph/ directs that the feed/dialog should be used.

How can the feed/dialog be utilized in a Windows 8 application? If it cannot how can a post to a friend's wall be done in a Windows 8 application?

share|improve this question

1 Answer

You could open a webview with the Feed dialog inside it, but otherwise there is no way to post to a user's friend's wall after the migration takes effect

share|improve this answer
Could I get the results from the feed dialog in this approach? – Aspect Dev Jan 24 at 23:12
Yes, the feed dialog returns a post ID as its response – Igy Jan 24 at 23:14

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.