Posting a Custom Story to Facebook Open Graph
问题 I'm trying to post a custom story to a proof of concept Facebook app, consisting of an object type "badge" and an action type "earn." When I "get code" for this in the Facebook Open Graph Types interface, the Graph Explorer example successfully posts the story to my timeline. However, the one parameter ("badge") is a URL reference to OG samples. How can I post something directly, not as a reference to OG samples? Using the C# SDK, I'm currently trying this: var client = new FacebookClient();